54acb99a4659b6b950e19794655197b9e8b992d3
[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://dynupdate.no-ip.com/ducupdate.php?username=[USERNAME]&pass=[PASSWORD]&h[]=[DOMAIN]&ip=[IP]"
18 "noip.com"              "http://dynupdate.no-ip.com/ducupdate.php?username=[USERNAME]&pass=[PASSWORD]&h[]=[DOMAIN]&ip=[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]"
22
23
24 #### ADD YOURS HERE! ######################################################################################
25 #                                                                                                         #
26 # There are TONS of dynamic dns services out there. There's a huge list of them at:                       #
27 # http://www.dmoz.org/Computers/Software/Internet/Servers/Address_Management/Dynamic_DNS_Services/        #
28 # If anyone has time they could update this file to be compatible with a bunch of them                    #
29 #                                                                                                         #
30 ###########################################################################################################
31
32 # DNS Max and resellers' update urls
33 "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]"
34 "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]"