diff options
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/dns-forwarding.xml.in | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/interface-definitions/dns-forwarding.xml.in b/interface-definitions/dns-forwarding.xml.in index 789a6562b..c420e9b8b 100644 --- a/interface-definitions/dns-forwarding.xml.in +++ b/interface-definitions/dns-forwarding.xml.in @@ -111,20 +111,10 @@ <valueless/> </properties> </leafNode> - <leafNode name="serve-rfc1918"> + <leafNode name="no-serve-rfc1918"> <properties> - <help>Makes the server authoritatively aware of RFC1918 addresses</help> - <completionHelp> - <list>yes no</list> - </completionHelp> - <valueHelp> - <format>yes</format> - <description>Authoritatively aware about RFC1918 addresses (Default)</description> - </valueHelp> - <valueHelp> - <format>no</format> - <description>Authoritatively not aware about RFC1918 addresses</description> - </valueHelp> + <help>Makes the server authoritatively not aware of RFC1918 addresses</help> + <valueless/> </properties> </leafNode> <leafNode name="allow-from"> |