Project

General

Profile

Actions

Feature #4644

closed

Dyndns Loopia Wildcard

Added by Andreas Tunberg about 9 years ago. Updated over 4 years ago.

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;

Actions #1

Updated by Chris Buechler about 8 years ago

  • Category set to Dynamic DNS
Actions #2

Updated by Jim Pingle over 4 years ago

  • Status changed from New to Resolved

PR was merged a long time ago.
https://github.com/pfsense/pfsense/pull/3753

Actions

Also available in: Atom PDF