[packages] yaddns: make the default config use http://checkip.dyndns.com/, it is...
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 4 Jul 2012 09:22:14 +0000 (09:22 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 4 Jul 2012 09:22:14 +0000 (09:22 +0000)
SVN-Revision: 32597

net/yaddns/files/etc/config/ddns

index 5410ed4f2d482749ed14da7c3a055ebc6e731677..2fac1de62803123046ed2af3cc5b8e61b14aa2e5 100644 (file)
@@ -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"