From ad81aa43d23ca23d37eeedd342c80999f3f36ffa Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sat, 1 Aug 2020 18:10:41 -0400 Subject: [PATCH] New `%builtinweb` entries for noip.com --- ChangeLog.md | 1 + ddclient.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index e8b9317..3837f62 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: - `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 diff --git a/ddclient.in b/ddclient.in index a0acca3..2b1baa4 100755 --- a/ddclient.in +++ b/ddclient.in @@ -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' => {