Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
db93f3d4
Commit
db93f3d4
authored
Mar 25, 2017
by
Evan Hunt
Browse files
[master] document that delv should be used instead of sigchase
parent
5ea0584a
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
View file @
db93f3d4
...
...
@@ -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.
...
...
bin/dig/dig.docbook
View file @
db93f3d4
...
...
@@ -1008,8 +1008,9 @@
<term><option>
+[no]sigchase
</option></term>
<listitem>
<para>
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
<command>
delv
</command>
instead.
</para>
</listitem>
</varlistentry>
...
...
@@ -1095,6 +1096,7 @@
<para>
When chasing DNSSEC signature chains perform a top-down
validation. Requires dig be compiled with -DDIG_SIGCHASE.
This feature is deprecated. Use
<command>
delv
</command>
instead.
</para>
</listitem>
</varlistentry>
...
...
@@ -1148,6 +1150,7 @@
directory.
</para>
<para>
Requires dig be compiled with -DDIG_SIGCHASE.
This feature is deprecated. Use
<command>
delv
</command>
instead.
</para>
</listitem>
</varlistentry>
...
...
@@ -1287,6 +1290,9 @@ dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr
<refsection><info><title>
SEE ALSO
</title></info>
<para><citerefentry>
<refentrytitle>
delv
</refentrytitle><manvolnum>
1
</manvolnum>
</citerefentry>
,
<citerefentry>
<refentrytitle>
host
</refentrytitle><manvolnum>
1
</manvolnum>
</citerefentry>
,
<citerefentry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment