From a958ad22c8fcc72d5512b2d7b7dfccb7bbc91901 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 4 Jul 2012 09:22:16 +0000 Subject: [PATCH] [packages] ddns-scripts: make the default config use http://checkip.dyndns.com/, it is more reliable for natted setups and wan interfaces with ip aliases git-svn-id: svn://svn.openwrt.org/openwrt/packages@32598 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ddns-scripts/files/etc/config/ddns | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/net/ddns-scripts/files/etc/config/ddns b/net/ddns-scripts/files/etc/config/ddns index 4784c8248..740f87fdb 100644 --- a/net/ddns-scripts/files/etc/config/ddns +++ b/net/ddns-scripts/files/etc/config/ddns @@ -69,11 +69,7 @@ config service "myddns" option service_name "dyndns.org" option domain "mypersonaldomain.dyndns.org" option username "myusername" - option password "mypassword" - - option ip_source "network" - option ip_network "wan" - + option password "mypassword" option force_interval "72" option force_unit "hours" @@ -82,14 +78,17 @@ config service "myddns" option retry_interval "60" option retry_unit "seconds" + #option ip_source "network" + #option ip_network "wan" + #option ip_source "interface" #option ip_interface "eth0.1" #option ip_source "script" #option ip_script "path to your scrip" - #option ip_source "web" - #option ip_url "http://www.whatismyip.com/automation/n09230945.asp" + option ip_source "web" + option ip_url "http://checkip.dyndns.com/" #option update_url "http://[USERNAME]:[PASSWORD]@members.dyndns.org/nic/update?hostname=[DOMAIN]&myip=[IP]" -- 2.11.0