From: Evan Hunt Date: Sat, 25 Mar 2017 19:22:51 +0000 (-0700) Subject: [master] document that delv should be used instead of sigchase X-Git-Tag: v9.12.0a1~402 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db93f3d4b372c0e1d50d73ba99352c614078f374;p=thirdparty%2Fbind9.git [master] document that delv should be used instead of sigchase --- diff --git a/README b/README index c0ed9796a64..a36600ca1a4 100644 --- a/README +++ b/README @@ -130,6 +130,7 @@ Building Change the default syslog facility of named/lwresd. -DISC_FACILITY=LOG_LOCAL0 Enable DNSSEC signature chasing support in dig. + (This feature is deprecated. Use `delv` instead.) -DDIG_SIGCHASE=1 (sets -DDIG_SIGCHASE_TD=1 and -DDIG_SIGCHASE_BU=1) Disable dropping queries from particular well known ports. diff --git a/bin/dig/dig.docbook b/bin/dig/dig.docbook index a134e811dd3..ce3a205beff 100644 --- a/bin/dig/dig.docbook +++ b/bin/dig/dig.docbook @@ -1008,8 +1008,9 @@ - Chase DNSSEC signature chains. Requires dig be - compiled with -DDIG_SIGCHASE. + Chase DNSSEC signature chains. Requires dig be compiled + with -DDIG_SIGCHASE. This feature is deprecated. + Use delv instead. @@ -1095,6 +1096,7 @@ When chasing DNSSEC signature chains perform a top-down validation. Requires dig be compiled with -DDIG_SIGCHASE. + This feature is deprecated. Use delv instead. @@ -1148,6 +1150,7 @@ directory. Requires dig be compiled with -DDIG_SIGCHASE. + This feature is deprecated. Use delv instead. @@ -1287,6 +1290,9 @@ dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr SEE ALSO + delv1 + , + host1 ,