summaryrefslogtreecommitdiff
path: root/interface-definitions/dns-forwarding.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions/dns-forwarding.xml.in')
-rw-r--r--interface-definitions/dns-forwarding.xml.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/interface-definitions/dns-forwarding.xml.in b/interface-definitions/dns-forwarding.xml.in
index 07e63d54a..62fb8b946 100644
--- a/interface-definitions/dns-forwarding.xml.in
+++ b/interface-definitions/dns-forwarding.xml.in
@@ -177,6 +177,27 @@
</constraint>
</properties>
</leafNode>
+ <leafNode name="source-address">
+ <properties>
+ <help>Local addresses from which to send DNS queries.
+ If unspecified, the querier will use any available address on
+ the outbound interface.</help>
+ <valueHelp>
+ <format>ipv4</format>
+ <description>IPv4 address from which to send traffic</description>
+ </valueHelp>
+ <valueHelp>
+ <format>ipv6</format>
+ <description>IPv6 address from which to send traffic</description>
+ </valueHelp>
+ <multi/>
+ <constraint>
+ <validator name="ipv4-address"/>
+ <validator name="ipv6-address"/>
+ </constraint>
+ </properties>
+ <defaultValue>0.0.0.0 ::</defaultValue>
+ </leafNode>
<leafNode name="system">
<properties>
<help>Use system name servers</help>