[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
This commit is contained in:
parent
fa9c7b923a
commit
a958ad22c8
@ -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]"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user