New %builtinweb
entry for FreeDNS
This commit is contained in:
parent
1a8bfafb3d
commit
460cf2f465
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ sub T_POSTS { 'postscript' }
|
||||||
## strategies for obtaining an ip address.
|
## strategies for obtaining an ip address.
|
||||||
my %builtinweb = (
|
my %builtinweb = (
|
||||||
'dyndns' => {'url' => 'http://checkip.dyndns.org/', 'skip' => 'Current IP Address:'},
|
'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'},
|
'googledomains' => {'url' => 'https://domains.google.com/checkip'},
|
||||||
'ipify-ipv4' => {'url' => 'https://api.ipify.org/'},
|
'ipify-ipv4' => {'url' => 'https://api.ipify.org/'},
|
||||||
'ipify-ipv6' => {'url' => 'https://api6.ipify.org/'},
|
'ipify-ipv6' => {'url' => 'https://api6.ipify.org/'},
|
||||||
|
|
Loading…
Reference in a new issue