New %builtinweb entry for FreeDNS

This commit is contained in:
Richard Hansen 2020-08-01 18:28:39 -04:00
parent 1a8bfafb3d
commit 460cf2f465

View file

@ -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/'},