URL of zoneedit has changed (see bug #1558483)
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@21 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
bddbb84cc0
commit
2bd881d433
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
Changelog
|
||||
|
||||
3.7.1
|
||||
- URL of zoneedit has changed (see bug #1558483)
|
||||
|
||||
3.7.0
|
||||
- Added vi tag
|
||||
|
|
|
@ -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'},
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue