New %builtinweb entry for Hurricane Electric

This commit is contained in:
Richard Hansen 2020-08-04 13:47:14 -04:00
parent fb42a50318
commit ae89dbdfa3
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ repository history](https://github.com/ddclient/ddclient/commits/master).
certificates. certificates.
* New built-in IP discovery service shorthands: * New built-in IP discovery service shorthands:
- `googledomains` from https://domains.google - `googledomains` from https://domains.google
- `he` from https://he.net
- `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

View file

@ -99,6 +99,7 @@ my %builtinweb = (
'dyndns' => {'url' => 'http://checkip.dyndns.org/', 'skip' => 'Current IP Address:'}, 'dyndns' => {'url' => 'http://checkip.dyndns.org/', 'skip' => 'Current IP Address:'},
'freedns' => {'url' => 'https://freedns.afraid.org/dynamic/check.php'}, 'freedns' => {'url' => 'https://freedns.afraid.org/dynamic/check.php'},
'googledomains' => {'url' => 'https://domains.google.com/checkip'}, 'googledomains' => {'url' => 'https://domains.google.com/checkip'},
'he' => {'url' => 'http://checkip.dns.he.net/'},
'ipify-ipv4' => {'url' => 'https://api.ipify.org/'}, 'ipify-ipv4' => {'url' => 'https://api.ipify.org/'},
'ipify-ipv6' => {'url' => 'https://api6.ipify.org/'}, 'ipify-ipv6' => {'url' => 'https://api6.ipify.org/'},
'loopia' => {'url' => 'http://dns.loopia.se/checkip/checkip.php', 'skip' => 'Current IP Address:'}, 'loopia' => {'url' => 'http://dns.loopia.se/checkip/checkip.php', 'skip' => 'Current IP Address:'},