From 38b7a8e28bc5c102c226333769ed8f2b44a8ce76 Mon Sep 17 00:00:00 2001 From: David Timber Date: Mon, 16 May 2022 17:22:33 +0800 Subject: Doc and licence ... - Add Apache Licence Notice - Doc "boot-report" and "check-dnssec" - Change doc: upper (required) --- src/conf/py-sample/sample.jsonc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/conf/py-sample/sample.jsonc') diff --git a/src/conf/py-sample/sample.jsonc b/src/conf/py-sample/sample.jsonc index 0da72a6..9aa4fa0 100644 --- a/src/conf/py-sample/sample.jsonc +++ b/src/conf/py-sample/sample.jsonc @@ -133,19 +133,19 @@ "path": "example.com", // Placeholder "pipeline": [ /* - * Check if dig can query the record with the DNSSEC - * validation flag. Empty stdout with zero return code - * means SERVFAIL. - */ + * Check if dig can query the record with the DNSSEC + * validation flag. Empty stdout with zero return code + * means SERVFAIL. + */ { "type": "exec-append", "exec-id": "dig-dnssec", "argv": [ "ANY", "example.com" ] }, /* - * Trap for empty dig output grep will return non-zero if - * dig have not produced any output - */ + * Trap for empty dig output grep will return non-zero if + * dig have not produced any output + */ { "type": "exec", "exec-id": "grep-any" } ] } -- cgit v1.2.3-70-g09d2