From 015fa6eb6b9ae40f3cd5c1fe4d1eca97714b5914 Mon Sep 17 00:00:00 2001 From: Alex Harpin Date: Sat, 7 Mar 2015 13:36:45 +0000 Subject: vyatta-cfg-system: update protocol, remove server and node wording Update the default protocol used for the dslreports service in the revised dynamic DNS system and remove the default server settings for freedns as it's already defined in ddclient. Uodate the wording in the server node to indicate it's only needed for custom services. Bug #507 http://bugzilla.vyos.net/show_bug.cgi?id=507 --- scripts/dynamic-dns/vyatta-dynamic-dns.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts/dynamic-dns') diff --git a/scripts/dynamic-dns/vyatta-dynamic-dns.pl b/scripts/dynamic-dns/vyatta-dynamic-dns.pl index cf9a0ae0..9d4899ba 100755 --- a/scripts/dynamic-dns/vyatta-dynamic-dns.pl +++ b/scripts/dynamic-dns/vyatta-dynamic-dns.pl @@ -44,14 +44,13 @@ my %_services_defaults = ( protocol => "dyndns2", }, afraid => { - protocol => "freedns", - server => "freedns.afraid.org" + protocol => "freedns" }, dnspark => { protocol => "dnspark" }, dslreports => { - protocol => "dslreports" + protocol => "dslreports1" }, easydns => { protocol => "easydns" -- cgit v1.2.3