Update ddclient.in
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
2e0e465cb1
commit
579f2b9bdd
1 changed files with 1 additions and 5 deletions
|
|
@ -5502,11 +5502,7 @@ sub dinamico_cdmon_update {
|
||||||
info("setting IP address to %s for %s", $ip, $h);
|
info("setting IP address to %s for %s", $ip, $h);
|
||||||
verbose("UPDATE:","updating %s", $h);
|
verbose("UPDATE:","updating %s", $h);
|
||||||
|
|
||||||
my $url;
|
my $url = "https://dinamico.cdmon.org/onlineService.php?enctype=MD5&n=$config{$h}{'login'}&p=$config{$h}{'password'}";
|
||||||
$url = "https://dinamico.cdmon.org/onlineService.php";
|
|
||||||
$url .= "?enctype=MD5";
|
|
||||||
$url .= "&n=$config{$h}{'login'}";
|
|
||||||
$url .= "&p=$config{$h}{'password'}";
|
|
||||||
$url .= "&cip=$ip" if $ip;
|
$url .= "&cip=$ip" if $ip;
|
||||||
|
|
||||||
verbose("SENDING:", "%s", $url);
|
verbose("SENDING:", "%s", $url);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue