From: jow Date: Wed, 4 Jul 2012 09:22:16 +0000 (+0000) Subject: [packages] ddns-scripts: make the default config use http://checkip.dyndns.com/,... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a958ad22c8fcc72d5512b2d7b7dfccb7bbc91901;p=packages.git [packages] ddns-scripts: make the default config use 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 --- 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]"