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:
parent
3e3f3efa61
commit
39f833279a
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
3.7.1
|
3.7.1
|
||||||
|
- URL of zoneedit has changed (see bug #1558483)
|
||||||
|
|
||||||
3.7.0
|
3.7.0
|
||||||
- Added vi tag
|
- Added vi tag
|
||||||
|
|
2
ddclient
2
ddclient
|
@ -418,7 +418,7 @@ my %services = (
|
||||||
'update' => \&nic_zoneedit1_update,
|
'update' => \&nic_zoneedit1_update,
|
||||||
'examples' => \&nic_zoneedit1_examples,
|
'examples' => \&nic_zoneedit1_examples,
|
||||||
'variables' => merge(
|
'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),},
|
{ 'min-interval' => setv(T_DELAY, 0, 0, 1, interval('5m'), 0),},
|
||||||
$variables{'service-common-defaults'},
|
$variables{'service-common-defaults'},
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue