From c9b6c8b3bfb8a7e2e723f68e5d056ea4add78a0b Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Tue, 4 Aug 2020 13:48:57 -0400 Subject: [PATCH] New `%builtinweb` entries for whatismyv6.com --- ChangeLog.md | 1 + ddclient.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index a5b1262..e5452fe 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -23,6 +23,7 @@ repository history](https://github.com/ddclient/ddclient/commits/master). * New built-in IP discovery service shorthands: - `googledomains` from https://domains.google - `he` from https://he.net + - `ip4only.me`, `ip6only.me` from http://whatismyv6.com - `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 f1fab14..5a21178 100755 --- a/ddclient.in +++ b/ddclient.in @@ -100,6 +100,8 @@ my %builtinweb = ( 'freedns' => {'url' => 'https://freedns.afraid.org/dynamic/check.php'}, 'googledomains' => {'url' => 'https://domains.google.com/checkip'}, 'he' => {'url' => 'http://checkip.dns.he.net/'}, + 'ip4only.me' => {'url' => 'http://ip4only.me/api/'}, + 'ip6only.me' => {'url' => 'http://ip6only.me/api/'}, '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:'},