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:
parent
7cad3a497f
commit
eb41ea72fb
1 changed files with 1 additions and 0 deletions
1
ddclient
1
ddclient
|
|
@ -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:', },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue