summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-01-02 18:39:51 +0000
committerAlex Harpin <development@landsofshadow.co.uk>2015-01-02 18:39:51 +0000
commit8a8ab4fb31e75fba4018b8310d7c13de1baff572 (patch)
treeb20c1acaba4748ff5fe6b18164facc1a35fa9e05 /templates
parentafeb1675790e34e23b0e08005620873be3867ef6 (diff)
downloadvyatta-cfg-system-8a8ab4fb31e75fba4018b8310d7c13de1baff572.tar.gz
vyatta-cfg-system-8a8ab4fb31e75fba4018b8310d7c13de1baff572.zip
vyatta-cfg-system: add dynamic dns support for afraid.org/freedns
Add support for using the afraid.org dynamic DNS service with VyOS. This requires the updated ddclient package built for VyOS to work correctly as the version currently in squeeze lacks support for the freedns protocol. Bug #287 http://bugzilla.vyos.net/show_bug.cgi?id=287
Diffstat (limited to 'templates')
-rw-r--r--templates/service/dns/dynamic/interface/node.tag/service/node.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/service/dns/dynamic/interface/node.tag/service/node.def b/templates/service/dns/dynamic/interface/node.tag/service/node.def
index 2bdb796a..0795ceac 100644
--- a/templates/service/dns/dynamic/interface/node.tag/service/node.def
+++ b/templates/service/dns/dynamic/interface/node.tag/service/node.def
@@ -2,7 +2,7 @@ tag:
help: Service being used for Dynamic DNS [REQUIRED]
type: txt
syntax:expression: exec "
- service_array=(dnspark dslreports dyndns easydns namecheap sitelutions zoneedit)
+ service_array=(afraid dnspark dslreports dyndns easydns namecheap sitelutions zoneedit)
service_array_len=${#service_array[*]}
i=0
while [ $i -lt $service_array_len ]; do
@@ -15,7 +15,7 @@ syntax:expression: exec "
exit 1 "
allowed: local -a array ;
- array=(dnspark dslreports dyndns easydns namecheap sitelutions zoneedit);
+ array=(afraid dnspark dslreports dyndns easydns namecheap sitelutions zoneedit);
echo -n ${array[@]}
commit:expression: $VAR(./@/login) != ""; "Set login for service $VAR(./@) to send DDNS updates for interface $VAR(../@)"