Merge pull request #494 from mjbrowns/master
This commit is contained in:
commit
5fcf4b37f2
1 changed files with 5 additions and 1 deletions
|
@ -6452,7 +6452,11 @@ sub nic_duckdns_update {
|
|||
$url .= $h;
|
||||
$url .= "&token=";
|
||||
$url .= $config{$h}{'password'};
|
||||
$url .= "&ip=";
|
||||
if (is_ipv6($ip)) {
|
||||
$url .= "&ipv6=";
|
||||
} else {
|
||||
$url .= "&ip=";
|
||||
}
|
||||
$url .= $ip;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue