diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-10-17 21:28:56 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-10-17 21:28:56 +0200 |
commit | 0b094303f3e30007fd9fccc3df81f44cf2c49003 (patch) | |
tree | d16f56eb41ad176f026d6c022d0713d440dbb62e /sys/man | |
parent | bf187247380252d3f79ad7089251600b7535815e (diff) |
ndb/dnsdebug: add -c flag to debug caching dns server behaviour
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/ndb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/man/8/ndb b/sys/man/8/ndb index af4df056d..f6da3bbb8 100644 --- a/sys/man/8/ndb +++ b/sys/man/8/ndb @@ -97,7 +97,7 @@ query, ipquery, mkhash, mkdb, mkhosts, cs, csquery, dns, dnstcp, dnsquery, dnsde .br .B ndb/dnsdebug [ -.B -rx +.B -rxc ] [ .B -f .I dbfile @@ -758,6 +758,9 @@ to use the interface and .B /lib/ndb/external database file. +The +.B -c +option enables caching which is handy for debugging the dns code. .PP .I Ndb/dnsgetip resolves and prints A and AAAA records without consulting |