Skip to content

Commit

Permalink
dns/dnydns: switch url
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 27, 2018
1 parent 7494863 commit 00f7b87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dns/dyndns/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PLUGIN_NAME= dyndns
PLUGIN_VERSION= 1.7
PLUGIN_VERSION= 1.8
PLUGIN_COMMENT= Dynamic DNS Support
PLUGIN_MAINTAINER= franco@opnsense.org

Expand Down
4 changes: 2 additions & 2 deletions dns/dyndns/src/etc/inc/plugins.inc.d/dyndns/phpDynDNS.inc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
* Amazon Route53 - Last Tested: 01 April 2012
* DNS-O-Matic - Last Tested: 9 September 2010
* CloudFlare - Last Tested: 30 May 2013
* Eurodns - Last Tested: 27 June 2013
* Eurodns - Last Tested: 25 July 2018
* GratisDNS - Last Tested: 15 August 2012
* OVH DynHOST - Last Tested: NEVER
* City Network - Last Tested: 13 November 2013
Expand Down Expand Up @@ -746,7 +746,7 @@ class updatedns
case 'eurodns':
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_USERPWD, $this->_dnsUser.':'.$this->_dnsPass);
$server = "https://eurodyndns.org/update/";
$server = "https://update.eurodyndns.org/update/";
$port = "";
if ($this->_dnsPort) {
$port = ":" . $this->_dnsPort;
Expand Down

0 comments on commit 00f7b87

Please sign in to comment.