Format
This commit is contained in:
parent
1bb1d7aa19
commit
a79c8b535f
1 changed files with 2 additions and 3 deletions
5
ddclient
5
ddclient
|
|
@ -67,12 +67,11 @@ sub T_POSTS {'postscript'};
|
|||
|
||||
## strategies for obtaining an ip address.
|
||||
my %builtinweb = (
|
||||
'dyndns' => { 'url' => 'http://checkip.dyndns.org/', 'skip' =>
|
||||
'Current IP Address:', },
|
||||
'dnspark' => { 'url' => 'http://ipdetect.dnspark.com/', 'skip' => 'Current Address:', },
|
||||
'dyndns' => { 'url' => 'http://checkip.dyndns.org/', 'skip' => 'Current IP Address:', },
|
||||
'loopia' => { 'url' => 'http://dns.loopia.se/checkip/checkip.php', 'skip' => 'Current IP Address:', },
|
||||
'whatismyv6' => { 'url' => 'http://whatismyv6.com/', 'skip' => 'Address of:', },
|
||||
'nsupdate.info' => { 'url' => 'https://ipv6.nsupdate.info/myip', , },
|
||||
'whatismyv6' => { 'url' => 'http://whatismyv6.com/', 'skip' => 'Address of:', },
|
||||
);
|
||||
my %builtinfw = (
|
||||
'watchguard-soho' => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue