loopia.se changed the "Current Address:" output string to "Current IP Address:"
This commit is contained in:
parent
92b4a10b71
commit
536f685c05
1 changed files with 1 additions and 1 deletions
2
ddclient
2
ddclient
|
@ -72,7 +72,7 @@ my %builtinweb = (
|
||||||
'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:', },
|
||||||
'loopia' => { 'url' => 'http://dns.loopia.se/checkip/checkip.php', 'skip' => 'Current Address:', },
|
'loopia' => { 'url' => 'http://dns.loopia.se/checkip/checkip.php', 'skip' => 'Current IP Address:', },
|
||||||
);
|
);
|
||||||
my %builtinfw = (
|
my %builtinfw = (
|
||||||
'watchguard-soho' => {
|
'watchguard-soho' => {
|
||||||
|
|
Loading…
Reference in a new issue