Added not applied opendns.patch, see tracker #1758564
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk/svn@70 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
b507eec71a
commit
0857501e11
1 changed files with 18 additions and 0 deletions
18
patches/opendns.patch
Normal file
18
patches/opendns.patch
Normal file
|
@ -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'};
|
Loading…
Reference in a new issue