Document the query_section parameter

This commit is contained in:
Nate Riffe 2015-05-05 13:01:25 -05:00
parent ce0dada818
commit 1f36024194

View File

@ -257,6 +257,10 @@ the same nameserver.
`server` defaults to "localhost" and need not be specified. The value may be `server` defaults to "localhost" and need not be specified. The value may be
either a hostname or IP address. either a hostname or IP address.
`query_section` indicates the section of the DNS response to check for existing
record values. It must be one of `answer`, `authority`, or `additional`.
Defaults to: `answer`
`keyname` defaults to "update" and need not be specified. This parameter `keyname` defaults to "update" and need not be specified. This parameter
specifies the name of a TSIG key to be used to authenticate the update. The specifies the name of a TSIG key to be used to authenticate the update. The
resource only uses a TSIG key if a `secret` is specified. resource only uses a TSIG key if a `secret` is specified.