Use ipify as standart web service

Since many users including myself had problems with http://checkip.dyndns.org/ i suggest moving to ipify as standart service
Info: https://www.ipify.org/
Pro:
-No limit in requests
-Verry fast and responsive
-Open souce
-No Logging of visitors
-Works with IPv4 and IPv6

Con:
-?
This commit is contained in:
Michi Lehenauer 2016-05-13 08:39:16 +02:00
parent 7cad3a497f
commit eb41ea72fb

View file

@ -66,6 +66,7 @@ sub T_POSTS {'postscript'};
## strategies for obtaining an ip address. ## strategies for obtaining an ip address.
my %builtinweb = ( my %builtinweb = (
'ipify' => { 'url' => 'https://api.ipify.org', },
'dyndns' => { 'url' => 'http://checkip.dyndns.org/', 'skip' => 'dyndns' => { 'url' => 'http://checkip.dyndns.org/', 'skip' =>
'Current IP Address:', }, 'Current IP Address:', },
'dnspark' => { 'url' => 'http://ipdetect.dnspark.com/', 'skip' => 'Current Address:', }, 'dnspark' => { 'url' => 'http://ipdetect.dnspark.com/', 'skip' => 'Current Address:', },