From 460cf2f46576a1fb2836ec86c218469749c7e3c5 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sat, 1 Aug 2020 18:28:39 -0400 Subject: [PATCH] New `%builtinweb` entry for FreeDNS --- ddclient.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ddclient.in b/ddclient.in index 88d1bbb..96e33c9 100755 --- a/ddclient.in +++ b/ddclient.in @@ -97,6 +97,7 @@ sub T_POSTS { 'postscript' } ## strategies for obtaining an ip address. 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'}, 'ipify-ipv4' => {'url' => 'https://api.ipify.org/'}, 'ipify-ipv6' => {'url' => 'https://api6.ipify.org/'},