summaryrefslogtreecommitdiff
path: root/src/danetool-args.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/danetool-args.def')
-rw-r--r--src/danetool-args.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/danetool-args.def b/src/danetool-args.def
index 7df44d6a59..f6a4cb7f70 100644
--- a/src/danetool-args.def
+++ b/src/danetool-args.def
@@ -90,6 +90,14 @@ flag = {
};
flag = {
+ name = print-raw;
+ descrip = "Print the received DANE data in raw format";
+ disabled;
+ disable = "no";
+ doc = "This option will print the received DANE data.";
+};
+
+flag = {
name = tlsa-rr;
descrip = "Print the DANE RR data on a certificate or public key";
flags_must = host;