diff options
author | Zen3515 <7106408+Zen3515@users.noreply.github.com> | 2022-11-10 16:23:48 +0700 |
---|---|---|
committer | Zen3515 <7106408+Zen3515@users.noreply.github.com> | 2022-11-10 16:23:48 +0700 |
commit | 2f105b1b22de382927699d2f3a1ec6f00cb4ecbe (patch) | |
tree | cc34e9671d22bbf6cd6668c483a4e3d02e06a03c /interface-definitions | |
parent | 6b574943d77a03cb1011d914d4ab8faf5ffdb0bc (diff) | |
download | vyos-1x-2f105b1b22de382927699d2f3a1ec6f00cb4ecbe.tar.gz vyos-1x-2f105b1b22de382927699d2f3a1ec6f00cb4ecbe.zip |
dns: T738: add CLI option for PowerDNS local-port
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/dns-forwarding.xml.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/interface-definitions/dns-forwarding.xml.in b/interface-definitions/dns-forwarding.xml.in index 3de0dc0eb..409028572 100644 --- a/interface-definitions/dns-forwarding.xml.in +++ b/interface-definitions/dns-forwarding.xml.in @@ -605,6 +605,10 @@ </properties> </leafNode> #include <include/listen-address.xml.i> + #include <include/port-number.xml.i> + <leafNode name="port"> + <defaultValue>53</defaultValue> + </leafNode> <leafNode name="negative-ttl"> <properties> <help>Maximum amount of time negative entries are cached</help> |