URL of zoneedit has changed (see bug #1558483)

git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk/svn@21 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
wimpunk 2006-09-14 14:24:46 +00:00
parent 3e3f3efa61
commit 39f833279a
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
Changelog
3.7.1
- URL of zoneedit has changed (see bug #1558483)
3.7.0
- Added vi tag

View file

@ -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'},
),