Actions
Feature #4644
closedDyndns Loopia Wildcard
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Dynamic DNS
Target version:
-
Start date:
04/20/2015
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Description
Add wildcard support for Loopia dynamic dns.
My changes in /etc/inc/dyndns.class
case 'loopia':
$needsIP = TRUE;
$this->_dnsWildcard = (isset($this->_dnsWildcard) && $this->_dnsWildcard != 'OFF')?'OFF':'ON';
curl_setopt($ch, CURLOPT_USERPWD, $this->_dnsUser.':'.$this->_dnsPass);
curl_setopt($ch, CURLOPT_URL, 'https://dns.loopia.se/XDynDNSServer/XDynDNS.php?hostname='.$this->_dnsHost.'&myip='.$this->_dnsIP.'&wildcard='.$this->_dnsWildcard);
break;
Updated by Jim Pingle over 5 years ago
- Status changed from New to Resolved
PR was merged a long time ago.
https://github.com/pfsense/pfsense/pull/3753
Actions