mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 21:22:09 -04:00
add nxdomain-redirect to options grammar
I just used "string" as the value type. There is no real order here so just put by another "nxdomain" option. This was not reviewed. This is for ticket #39384 which also considers other work.
This commit is contained in:
parent
5a49f61ca9
commit
a9695fcdcb
1 changed files with 1 additions and 0 deletions
|
|
@ -4794,6 +4794,7 @@ badresp:1,adberr:0,findfail:0,valfail:0]
|
|||
<optional> statistics-file <replaceable>path_name</replaceable>; </optional>
|
||||
<optional> zone-statistics <replaceable>full</replaceable> | <replaceable>terse</replaceable> | <replaceable>none</replaceable>; </optional>
|
||||
<optional> auth-nxdomain <replaceable>yes_or_no</replaceable>; </optional>
|
||||
<optional> nxdomain-redirect <replaceable>string</replaceable>; </optional>
|
||||
<optional> deallocate-on-exit <replaceable>yes_or_no</replaceable>; </optional>
|
||||
<optional> dialup <replaceable>dialup_option</replaceable>; </optional>
|
||||
<optional> fake-iquery <replaceable>yes_or_no</replaceable>; </optional>
|
||||
|
|
|
|||
Loading…
Reference in a new issue