diff options
author | Hard7Rock <igor_melnyk@ukr.net> | 2021-05-04 07:17:44 +0300 |
---|---|---|
committer | Hard7Rock <igor_melnyk@ukr.net> | 2021-05-04 09:54:00 +0300 |
commit | 0191c089f94455f53f3f234c094891353583f64c (patch) | |
tree | b026ad4e9da3b1a5f402f1444972b3a6cff2ec88 /interface-definitions | |
parent | cf998c040c371be20be8035895989fcee3c06429 (diff) | |
download | vyos-1x-0191c089f94455f53f3f234c094891353583f64c.tar.gz vyos-1x-0191c089f94455f53f3f234c094891353583f64c.zip |
dns: T3277: DNS Forwarding - reverse zones for RFC1918 addresses
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/dns-forwarding.xml.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/interface-definitions/dns-forwarding.xml.in b/interface-definitions/dns-forwarding.xml.in index 66b4db403..789a6562b 100644 --- a/interface-definitions/dns-forwarding.xml.in +++ b/interface-definitions/dns-forwarding.xml.in @@ -111,6 +111,22 @@ <valueless/> </properties> </leafNode> + <leafNode name="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> + </properties> + </leafNode> <leafNode name="allow-from"> <properties> <help>Networks allowed to query this server</help> |