diff --git a/svn/Changelog b/svn/Changelog index 078718b..e693d44 100644 --- a/svn/Changelog +++ b/svn/Changelog @@ -1,6 +1,7 @@ Changelog 3.7.1 +- URL of zoneedit has changed (see bug #1558483) 3.7.0 - Added vi tag diff --git a/svn/ddclient b/svn/ddclient index e1b29b2..647f5d4 100755 --- a/svn/ddclient +++ b/svn/ddclient @@ -418,7 +418,7 @@ my %services = ( 'update' => \&nic_zoneedit1_update, 'examples' => \&nic_zoneedit1_examples, 'variables' => merge( - { 'server' => setv(T_FQDNP, 1, 0, 1, 'www.zoneedit.com', undef) }, + { 'server' => setv(T_FQDNP, 1, 0, 1, 'dynamic.zoneedit.com', undef) }, { 'min-interval' => setv(T_DELAY, 0, 0, 1, interval('5m'), 0),}, $variables{'service-common-defaults'}, ),