New %builtinweb
entry for Hurricane Electric
This commit is contained in:
parent
fb42a50318
commit
ae89dbdfa3
2 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ repository history](https://github.com/ddclient/ddclient/commits/master).
|
|||
certificates.
|
||||
* New built-in IP discovery service shorthands:
|
||||
- `googledomains` from https://domains.google
|
||||
- `he` from https://he.net
|
||||
- `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
|
||||
|
|
|
@ -99,6 +99,7 @@ my %builtinweb = (
|
|||
'dyndns' => {'url' => 'http://checkip.dyndns.org/', 'skip' => 'Current IP Address:'},
|
||||
'freedns' => {'url' => 'https://freedns.afraid.org/dynamic/check.php'},
|
||||
'googledomains' => {'url' => 'https://domains.google.com/checkip'},
|
||||
'he' => {'url' => 'http://checkip.dns.he.net/'},
|
||||
'ipify-ipv4' => {'url' => 'https://api.ipify.org/'},
|
||||
'ipify-ipv6' => {'url' => 'https://api6.ipify.org/'},
|
||||
'loopia' => {'url' => 'http://dns.loopia.se/checkip/checkip.php', 'skip' => 'Current IP Address:'},
|
||||
|
|
Loading…
Reference in a new issue