From b605c971863966a28ce935c20356199839b4dfce Mon Sep 17 00:00:00 2001 From: wimpunk Date: Mon, 30 Jul 2007 07:13:33 +0000 Subject: [PATCH] Added not applied opendns.patch, see tracker #1758564 git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@70 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- svn/patches/opendns.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 svn/patches/opendns.patch diff --git a/svn/patches/opendns.patch b/svn/patches/opendns.patch new file mode 100644 index 0000000..c4db577 --- /dev/null +++ b/svn/patches/opendns.patch @@ -0,0 +1,18 @@ +# +# patch created with `svn diff -r65 . > patches/opendns` +# on Mon Jul 23 14:20:22 CEST 2007 +# applied on r65 +# +Index: ddclient +=================================================================== +--- ddclient (revision 65) ++++ ddclient (working copy) +@@ -2272,7 +2272,7 @@ + verbose("UPDATE:","updating %s", $hosts); + + ## Select the DynDNS system to update +- my $url = "http://$config{$h}{'server'}/nic/update?system="; ++ my $url = "https://updates.opendns.com/account/ddns.php?system="; + if ($config{$h}{'custom'}) { + warning("updating %s: 'custom' and 'static' may not be used together. ('static' ignored)", $hosts) + if $config{$h}{'static'};