mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Update dyndns.class
This commit is contained in:
parent
cd8f7eee0e
commit
7dc42e4ac8
@ -1400,7 +1400,7 @@
|
||||
curl_setopt($ip_ch, CURLOPT_TIMEOUT, 120);
|
||||
if ($this->_useIPv6 == false) {
|
||||
curl_setopt($ip_ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);
|
||||
};
|
||||
}
|
||||
$ip_result_page = curl_exec($ip_ch);
|
||||
curl_close($ip_ch);
|
||||
$ip_result_decoded = urldecode($ip_result_page);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user