New %builtinweb
entries for nsupdate.info
This commit is contained in:
parent
c9b6c8b3bf
commit
2de6a02f14
2 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,8 @@ repository history](https://github.com/ddclient/ddclient/commits/master).
|
|||
- `ipify-ipv4` and `ipify-ipv6` from https://www.ipify.org
|
||||
- `myonlineportal` from https://myonlineportal.net
|
||||
- `noip-ipv4` and `noip-ipv6` from https://www.noip.com
|
||||
- `nsupdate.info-ipv4` and `nsupdate.info-ipv6` from
|
||||
https://www.nsupdate.info
|
||||
- `zoneedit` from https://www.zoneedit.com
|
||||
* New built-in shorthands for obtaining the IP address from the following
|
||||
devices ([thanks to Geoff Simmons](https://bugs.debian.org/589980)):
|
||||
|
|
|
@ -108,6 +108,8 @@ my %builtinweb = (
|
|||
'myonlineportal' => {'url' => 'https://myonlineportal.net/checkip'},
|
||||
'noip-ipv4' => {'url' => 'http://ip1.dynupdate.no-ip.com/'},
|
||||
'noip-ipv6' => {'url' => 'http://ip1.dynupdate6.no-ip.com/'},
|
||||
'nsupdate.info-ipv4' => {'url' => 'http://ipv4.nsupdate.info/myip'},
|
||||
'nsupdate.info-ipv6' => {'url' => 'http://ipv6.nsupdate.info/myip'},
|
||||
'zoneedit' => {'url' => 'http://dynamic.zoneedit.com/checkip.html'},
|
||||
);
|
||||
my %builtinfw = (
|
||||
|
|
Loading…
Reference in a new issue