New %builtinweb
entry for ZoneEdit
This commit is contained in:
parent
460cf2f465
commit
fb42a50318
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ repository history](https://github.com/ddclient/ddclient/commits/master).
|
||||||
- `ipify-ipv4` and `ipify-ipv6` from https://www.ipify.org
|
- `ipify-ipv4` and `ipify-ipv6` from https://www.ipify.org
|
||||||
- `myonlineportal` from https://myonlineportal.net
|
- `myonlineportal` from https://myonlineportal.net
|
||||||
- `noip-ipv4` and `noip-ipv6` from https://www.noip.com
|
- `noip-ipv4` and `noip-ipv6` from https://www.noip.com
|
||||||
|
- `zoneedit` from https://www.zoneedit.com
|
||||||
* New built-in shorthands for obtaining the IP address from the following
|
* New built-in shorthands for obtaining the IP address from the following
|
||||||
devices ([thanks to Geoff Simmons](https://bugs.debian.org/589980)):
|
devices ([thanks to Geoff Simmons](https://bugs.debian.org/589980)):
|
||||||
- `alcatel-530`: Alcatel/Thomson SpeedTouch 530
|
- `alcatel-530`: Alcatel/Thomson SpeedTouch 530
|
||||||
|
|
|
@ -105,6 +105,7 @@ my %builtinweb = (
|
||||||
'myonlineportal' => {'url' => 'https://myonlineportal.net/checkip'},
|
'myonlineportal' => {'url' => 'https://myonlineportal.net/checkip'},
|
||||||
'noip-ipv4' => {'url' => 'http://ip1.dynupdate.no-ip.com/'},
|
'noip-ipv4' => {'url' => 'http://ip1.dynupdate.no-ip.com/'},
|
||||||
'noip-ipv6' => {'url' => 'http://ip1.dynupdate6.no-ip.com/'},
|
'noip-ipv6' => {'url' => 'http://ip1.dynupdate6.no-ip.com/'},
|
||||||
|
'zoneedit' => {'url' => 'http://dynamic.zoneedit.com/checkip.html'},
|
||||||
);
|
);
|
||||||
my %builtinfw = (
|
my %builtinfw = (
|
||||||
'2wire' => {
|
'2wire' => {
|
||||||
|
|
Loading…
Reference in a new issue