From fa9c7b923a62cb67921376403b2d5d8342abd9ea Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 4 Jul 2012 09:22:14 +0000 Subject: [PATCH] [packages] yaddns: 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@32597 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/yaddns/files/etc/config/ddns | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/yaddns/files/etc/config/ddns b/net/yaddns/files/etc/config/ddns index 5410ed4f2..2fac1de62 100644 --- a/net/yaddns/files/etc/config/ddns +++ b/net/yaddns/files/etc/config/ddns @@ -54,14 +54,14 @@ config service "myddns" option username "myusername" option password "mypassword" - option ip_source "network" - option ip_network "wan" + #option ip_source "network" + #option ip_network "wan" #option ip_source "interface" #option ip_interface "eth0.1" - #option ip_source "web" - #option ip_url "http://checkip.dyndns.org" - #option check_interval "10" - #option check_unit "minutes" + option ip_source "web" + option ip_url "http://checkip.dyndns.org" + option check_interval "10" + option check_unit "minutes"