Cosmetic change about checkip
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk/svn@48 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
85bb9aaee2
commit
43131c64d1
1 changed files with 2 additions and 1 deletions
3
ddclient
3
ddclient
|
@ -54,7 +54,8 @@ sub T_POSTS {'postscript'};
|
||||||
|
|
||||||
## strategies for obtaining an ip address.
|
## strategies for obtaining an ip address.
|
||||||
my %builtinweb = (
|
my %builtinweb = (
|
||||||
'dyndns' => { 'url' => 'http://checkip.dyndns.org/', 'skip' => 'Current IP Address', },
|
'dyndns' => { 'url' => 'http://checkip.dyndns.org/', 'skip' =>
|
||||||
|
'Current IP Address:', },
|
||||||
'dnspark' => { 'url' => 'http://ipdetect.dnspark.com/', 'skip' => 'Current Address:', },
|
'dnspark' => { 'url' => 'http://ipdetect.dnspark.com/', 'skip' => 'Current Address:', },
|
||||||
);
|
);
|
||||||
my %builtinfw = (
|
my %builtinfw = (
|
||||||
|
|
Loading…
Reference in a new issue