From: Jeremy C. Reed Date: Wed, 19 Dec 2012 14:07:39 +0000 (-0600) Subject: [master] improve auth and resolver man pages X-Git-Tag: bind10-1.0.0-beta-release~3^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8474c4bf697ccf594ca3d08dd7b1f327a44e5e82;p=thirdparty%2Fkea.git [master] improve auth and resolver man pages mention some defaults Remove sendstats and document getstats. Document internal start_ddns_forwarder and stop_ddns_forwarder. Add extra SEE ALSO. Okayed via jabber. --- diff --git a/src/bin/auth/b10-auth.xml b/src/bin/auth/b10-auth.xml index b34009d039..b8f437b522 100644 --- a/src/bin/auth/b10-auth.xml +++ b/src/bin/auth/b10-auth.xml @@ -20,7 +20,7 @@ - June 20, 2012 + December 18, 2012 @@ -157,6 +157,7 @@ incoming TCP connections, in milliseconds. If the query is not sent within this time, the connection is closed. Setting this to 0 will disable TCP timeouts completely. + The default is 5000 (five seconds). @@ -164,6 +165,15 @@ The configuration commands are: + + getstats tells b10-auth + to report its defined statistics data in JSON format. + It will not report about unused counters. + This is used by the + b10-stats8 daemon. + (The sendstats command is deprecated.) + + loadzone tells b10-auth to load or reload a zone file. The arguments include: @@ -180,13 +190,6 @@ - - sendstats tells b10-auth - to send its statistics data to - b10-stats8 - immediately. - - shutdown exits b10-auth. This has an optional pid argument to @@ -195,6 +198,28 @@ if configured.) + + start_ddns_forwarder starts (or restarts) the + internal forwarding of DDNS Update messages. + This is used by the + b10-ddns8 + daemon to tell b10-auth that DDNS Update + messages can be forwarded. + This is not expected to be called by administrators; + it will be removed as a public command in the future. + + + + stop_ddns_forwarder stops the internal + forwarding of DDNS Update messages. + This is used by the + b10-ddns8 + daemon to tell b10-auth that DDNS Update + messages should not be forwarded. + This is not expected to be called by administrators; + it will be removed as a public command in the future. + + @@ -243,6 +268,9 @@ b10-cfgmgr8 , + + b10-ddns8 + , b10-loadzone8 , diff --git a/src/bin/resolver/b10-resolver.xml b/src/bin/resolver/b10-resolver.xml index aca8fb23de..485d022dd3 100644 --- a/src/bin/resolver/b10-resolver.xml +++ b/src/bin/resolver/b10-resolver.xml @@ -20,7 +20,7 @@ - February 28, 2012 + August 16, 2012 @@ -148,6 +148,8 @@ once that is merged you can for instance do 'config add Resolver/forward_address address or special keyword. The key is a TSIG key name. The default configuration accepts queries from 127.0.0.1 and ::1. + The default action is REJECT for newly added + query_acl items.