Add myonlineportal as ip getter
This commit is contained in:
parent
4f0226ef05
commit
17a12ec192
1 changed files with 1 additions and 0 deletions
1
ddclient
1
ddclient
|
@ -68,6 +68,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:', },
|
||||||
'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:', },
|
||||||
|
'myonlineportal' => { 'url' => 'https://myonlineportal.net/checkip', },
|
||||||
);
|
);
|
||||||
my %builtinfw = (
|
my %builtinfw = (
|
||||||
'watchguard-soho' => {
|
'watchguard-soho' => {
|
||||||
|
|
Loading…
Reference in a new issue