Merge pull request #125 from ddclient/ipify
Add ipify ipv4 and ipv6 as ip getter
This commit is contained in:
commit
96516edf4c
1 changed files with 4 additions and 2 deletions
2
ddclient
2
ddclient
|
@ -72,6 +72,8 @@ sub T_POSTS { 'postscript' };
|
|||
## strategies for obtaining an ip address.
|
||||
my %builtinweb = (
|
||||
'dyndns' => { 'url' => 'http://checkip.dyndns.org/', 'skip' => 'Current IP Address:', },
|
||||
'ipifyipv4' => { 'url' => 'https://api.ipify.org/', },
|
||||
'ipifyipv6' => { 'url' => 'https://api6.ipify.org/', },
|
||||
'loopia' => { 'url' => 'http://dns.loopia.se/checkip/checkip.php', 'skip' => 'Current IP Address:', },
|
||||
'myonlineportal' => { 'url' => 'https://myonlineportal.net/checkip', },
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue