diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-10 20:30:22 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-13 08:01:35 +0100 |
commit | c624e198974790e5d7fa9a158aa879fe75068090 (patch) | |
tree | c00a43084162f35abf2c6ef9809d171d99a6ee53 /interface-definitions/dns-dynamic.xml.in | |
parent | 1adf2818083c40cf81d7747a4c9d26e85c235a60 (diff) | |
download | vyos-1x-c624e198974790e5d7fa9a158aa879fe75068090.tar.gz vyos-1x-c624e198974790e5d7fa9a158aa879fe75068090.zip |
ddclient: T1908: CloudFlares zone option can now also be specified manually
If there is no zone option given it will be "guessed" as in the past.
This means (hostname -> resulting zone entry)
domain.com -> com
foo.domain.com -> domain.com
bar.foo.domain.com -> foo.domain.com
I have zero experience in the CloudFlare zone option what it is and what
it does. SO maybe we still have a chance to auto render this setting.
Diffstat (limited to 'interface-definitions/dns-dynamic.xml.in')
-rw-r--r-- | interface-definitions/dns-dynamic.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/interface-definitions/dns-dynamic.xml.in b/interface-definitions/dns-dynamic.xml.in index 498fd3f2f..143c04ef6 100644 --- a/interface-definitions/dns-dynamic.xml.in +++ b/interface-definitions/dns-dynamic.xml.in @@ -207,6 +207,11 @@ </valueHelp> </properties> </leafNode> + <leafNode name="zone"> + <properties> + <help>DNS zone to update (only available with CloudFlare)</help> + </properties> + </leafNode> </children> </tagNode> <node name="use-web"> |