diff --git a/ChangeLog.md b/ChangeLog.md index a7a31b9..a5b1262 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/ddclient.in b/ddclient.in index 9281530..f1fab14 100755 --- a/ddclient.in +++ b/ddclient.in @@ -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:'},