From: Jo-Philipp Wich Date: Wed, 4 Jul 2012 09:22:14 +0000 (+0000) Subject: [packages] yaddns: make the default config use http://checkip.dyndns.com/, it is... X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8e9063224731360bea505171e25015ce45d57945;p=openwrt%2Fsvn-archive%2Farchive.git [packages] yaddns: make the default config use checkip.dyndns.com/, it is more reliable for natted setups and wan interfaces with ip aliases SVN-Revision: 32597 --- diff --git a/net/yaddns/files/etc/config/ddns b/net/yaddns/files/etc/config/ddns index 5410ed4f2d..2fac1de628 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"