Revision 8b82942f
Added by Phil Davis over 8 years ago
src/etc/inc/dyndns.class | ||
---|---|---|
517 | 517 |
if ($this->_dnsPort) { |
518 | 518 |
$port = ":" . $this->_dnsPort; |
519 | 519 |
} |
520 |
curl_setopt($ch, CURLOPT_URL, "{$server}{$port}?host=" .$this->_dnsHost);
|
|
520 |
curl_setopt($ch, CURLOPT_URL, "{$server}{$port}?host=" . $this->_dnsHost . '&dnsto=' . $this->_dnsIP);
|
|
521 | 521 |
break; |
522 | 522 |
case 'dyns': |
523 | 523 |
$needsIP = FALSE; |
Also available in: Unified diff
Specify IP to set for zoneedit
(cherry picked from commit 176d24e1206586cc67888bcbd3a4d947f043a187)