Skip to content

Commit

Permalink
Delete trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
rhansen committed Aug 4, 2020
1 parent deab897 commit f3a92fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ddclient.in
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ sub T_POSTS { 'postscript' }

## strategies for obtaining an ip address.
my %builtinweb = (
'dyndns' => {'url' => 'http://checkip.dyndns.org/', 'skip' => 'Current IP Address:',},
'ipifyipv4' => {'url' => 'https://api.ipify.org/',},
'ipifyipv6' => {'url' => 'https://api6.ipify.org/',},
'loopia' => {'url' => 'http://dns.loopia.se/checkip/checkip.php', 'skip' => 'Current IP Address:',},
'myonlineportal' => {'url' => 'https://myonlineportal.net/checkip',},
'dyndns' => {'url' => 'http://checkip.dyndns.org/', 'skip' => 'Current IP Address:'},
'ipifyipv4' => {'url' => 'https://api.ipify.org/'},
'ipifyipv6' => {'url' => 'https://api6.ipify.org/'},
'loopia' => {'url' => 'http://dns.loopia.se/checkip/checkip.php', 'skip' => 'Current IP Address:'},
'myonlineportal' => {'url' => 'https://myonlineportal.net/checkip'},
);
my %builtinfw = (
'2wire' => {
Expand Down

0 comments on commit f3a92fb

Please sign in to comment.