ddclient/svn/patches/opendns.patch
wimpunk b605c97186 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
2007-07-30 07:13:33 +00:00

18 lines
661 B
Diff

#
# 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'};