ddns-script: fix support for freedns
[packages.git] / net / ddns-scripts / files / usr / lib / ddns / services
1 # This file contains the update urls for various dynamic dns services.
2 # Column one contains the service name, column two contains the update url.
3 # within the update url there are 4 variables you can use: [USERNAME], 
4 # [PASSWORD], [DOMAIN] and [IP].  These are substituted for the username, 
5 # password, and domain name specified in the /etc/config/ddns file when an 
6 # update is performed.  The IP is substituted for the current ip address of the
7 # router.  These variables are case sensitive, while urls generally are not, so 
8 # if you need to enter the same text in the url (which seems very unlikely) put 
9 # that text in lowercase, while the variables should remain in uppercase
10
11 "dyndns.org"            "http://[USERNAME]:[PASSWORD]@members.dyndns.org/nic/update?hostname=[DOMAIN]&myip=[IP]"
12 "changeip.com"          "http://[USERNAME]:[PASSWORD]@nic.changeip.com/nic/update?u=[USERNAME]&p=[PASSWORD]&cmd=update&hostname=[DOMAIN]&ip=[IP]"
13 "zoneedit.com"          "http://[USERNAME]:[PASSWORD]@dynamic.zoneedit.com/auth/dynamic.html?host=[DOMAIN]&dnsto=[IP]"
14 "free.editdns.net"      "http://dyndns-free.editdns.net/api/dynLinux.php?p=[PASSWORD]&r=[DOMAIN]"
15
16 #noip is an alias of no-ip, so allow both names for the same service
17 "no-ip.com"             "http://[USERNAME]:[PASSWORD]@dynupdate.no-ip.com/nic/update?hostname=[DOMAIN]&myip=[IP]"
18 "noip.com"              "http://[USERNAME]:[PASSWORD]@dynupdate.no-ip.com/nic/update?hostname=[DOMAIN]&myip=[IP]"
19
20 #freedns.afraid.org is weird, you just need an update code, for which we use the password variable
21 "freedns.afraid.org"    "http://freedns.afraid.org/dynamic/update.php?[PASSWORD]&address=[IP]"
22
23 #### ADD YOURS HERE! ######################################################################################
24 #                                                                                                         #
25 # There are TONS of dynamic dns services out there. There's a huge list of them at:                       #
26 # http://www.dmoz.org/Computers/Software/Internet/Servers/Address_Management/Dynamic_DNS_Services/        #
27 # If anyone has time they could update this file to be compatible with a bunch of them                    #
28 #                                                                                                         #
29 ###########################################################################################################
30
31 # DNS Max and resellers' update urls
32 "dnsmax.com"    "http://update.dnsmax.com/update/?username=[USERNAME]&password=[PASSWORD]&resellerid=1&clientname=openwrt&clientversion=8.09&protocolversion=2.0&updatehostname=[DOMAIN]&ip=[IP]"
33 "thatip.com"    "http://update.dnsmax.com/update/?username=[USERNAME]&password=[PASSWORD]&resellerid=2&clientname=openwrt&clientversion=8.09&protocolversion=2.0&updatehostname=[DOMAIN]&ip=[IP]"
34
35 # Hurricane Electric Dynamic DNS
36 "he.net"                "http://[DOMAIN]:[PASSWORD]@dyn.dns.he.net/nic/update?hostname=[DOMAIN]&myip=[IP]" 
37
38 # DNSdynamic.org
39 "dnsdynamic.org"        "http://[USERNAME]:[PASSWORD]@www.dnsdynamic.org/api/?hostname=[DOMAIN]&myip=[IP]"
40
41 # dnsExit.com free dynamic DNS update url
42 "dnsexit.com"           "http://www.dnsexit.com/RemoteUpdate.sv?login=[USERNAME]&password=[PASSWORD]&host=[DOMAIN]&myip=[IP]"