Revision 048d4cdb
Added by Michael Smith almost 5 years ago
src/etc/inc/dyndns.class | ||
---|---|---|
804 | 804 |
$needsIP = FALSE; |
805 | 805 |
$server = "https://ipv4.tunnelbroker.net/ipv4_end.php?"; |
806 | 806 |
curl_setopt($ch, CURLOPT_USERPWD, $this->_dnsUser . ':' . $this->_dnsPass); |
807 |
curl_setopt($ch, CURLOPT_URL, $server . 'tid=' . $this->_dnsHost); |
|
807 |
curl_setopt($ch, CURLOPT_URL, $server . 'tid=' . $this->_dnsHost . '&ip=' . $this->_dnsIP);
|
|
808 | 808 |
break; |
809 | 809 |
case 'selfhost': |
810 | 810 |
$needsIP = FALSE; |
Also available in: Unified diff
HE.net Tunnelbroker dynamic dns not supplying ip address parameter