New %builtinweb
entries for noip.com
This commit is contained in:
parent
295ba387aa
commit
ad81aa43d2
2 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@ repository history](https://github.com/ddclient/ddclient/commits/master).
|
|||
* New built-in IP discovery service shorthands:
|
||||
- `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
|
||||
* New built-in shorthands for obtaining the IP address from the following
|
||||
devices ([thanks to Geoff Simmons](https://bugs.debian.org/589980)):
|
||||
- `alcatel-530`: Alcatel/Thomson SpeedTouch 530
|
||||
|
|
|
@ -101,6 +101,8 @@ my %builtinweb = (
|
|||
'ipify-ipv6' => {'url' => 'https://api6.ipify.org/'},
|
||||
'loopia' => {'url' => 'http://dns.loopia.se/checkip/checkip.php', 'skip' => 'Current IP Address:'},
|
||||
'myonlineportal' => {'url' => 'https://myonlineportal.net/checkip'},
|
||||
'noip-ipv4' => {'url' => 'http://ip1.dynupdate.no-ip.com/'},
|
||||
'noip-ipv6' => {'url' => 'http://ip1.dynupdate6.no-ip.com/'},
|
||||
);
|
||||
my %builtinfw = (
|
||||
'2wire' => {
|
||||
|
|
Loading…
Reference in a new issue