Add ipifyv6
This commit is contained in:
parent
ba5a7405ee
commit
c957b59243
1 changed files with 2 additions and 0 deletions
2
ddclient
2
ddclient
|
|
@ -69,6 +69,7 @@ sub T_POSTS {'postscript'};
|
||||||
my %builtinweb = (
|
my %builtinweb = (
|
||||||
'dyndns' => { 'url' => 'http://checkip.dyndns.org/', 'skip' => 'Current IP Address:', },
|
'dyndns' => { 'url' => 'http://checkip.dyndns.org/', 'skip' => 'Current IP Address:', },
|
||||||
'ipify' => { 'url' => 'https://api.ipify.org', },
|
'ipify' => { 'url' => 'https://api.ipify.org', },
|
||||||
|
'ipifyv6' => { 'url' => 'https://api6.ipify.org', },
|
||||||
'loopia' => { 'url' => 'http://dns.loopia.se/checkip/checkip.php', 'skip' => 'Current IP Address:', },
|
'loopia' => { 'url' => 'http://dns.loopia.se/checkip/checkip.php', 'skip' => 'Current IP Address:', },
|
||||||
'nsupdate.info' => { 'url' => 'https://ipv6.nsupdate.info/myip', , },
|
'nsupdate.info' => { 'url' => 'https://ipv6.nsupdate.info/myip', , },
|
||||||
'whatismyv6' => { 'url' => 'http://whatismyv6.com/', 'skip' => 'Address of:', },
|
'whatismyv6' => { 'url' => 'http://whatismyv6.com/', 'skip' => 'Address of:', },
|
||||||
|
|
@ -320,6 +321,7 @@ sub ipv6_strategies_usage {
|
||||||
my %web_strategies = (
|
my %web_strategies = (
|
||||||
'dyndns'=> 1,
|
'dyndns'=> 1,
|
||||||
'ipify'=> 1,
|
'ipify'=> 1,
|
||||||
|
'ipifyv6'=> 1,
|
||||||
'loopia'=> 1,
|
'loopia'=> 1,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue