You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
4.4 KiB

  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. "dyndns.org" "http://[USERNAME]:[PASSWORD]@members.dyndns.org/nic/update?hostname=[DOMAIN]&myip=[IP]"
  11. "changeip.com" "http://[USERNAME]:[PASSWORD]@nic.changeip.com/nic/update?u=[USERNAME]&p=[PASSWORD]&cmd=update&hostname=[DOMAIN]&ip=[IP]"
  12. "zoneedit.com" "http://[USERNAME]:[PASSWORD]@dynamic.zoneedit.com/auth/dynamic.html?host=[DOMAIN]&dnsto=[IP]"
  13. "free.editdns.net" "http://dyndns-free.editdns.net/api/dynLinux.php?p=[PASSWORD]&r=[DOMAIN]"
  14. #noip is an alias of no-ip, so allow both names for the same service
  15. "no-ip.com" "http://[USERNAME]:[PASSWORD]@dynupdate.no-ip.com/nic/update?hostname=[DOMAIN]&myip=[IP]"
  16. "noip.com" "http://[USERNAME]:[PASSWORD]@dynupdate.no-ip.com/nic/update?hostname=[DOMAIN]&myip=[IP]"
  17. #freedns.afraid.org is weird, you just need an update code, for which we use the password variable
  18. "freedns.afraid.org" "http://freedns.afraid.org/dynamic/update.php?[PASSWORD]&address=[IP]"
  19. #### ADD YOURS HERE! ######################################################################################
  20. # #
  21. # There are TONS of dynamic dns services out there. There's a huge list of them at: #
  22. # http://www.dmoz.org/Computers/Software/Internet/Servers/Address_Management/Dynamic_DNS_Services/ #
  23. # If anyone has time they could update this file to be compatible with a bunch of them #
  24. # #
  25. ###########################################################################################################
  26. # DNS Max and resellers' update urls
  27. "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]"
  28. "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]"
  29. # Hurricane Electric Dynamic DNS
  30. "he.net" "http://[DOMAIN]:[PASSWORD]@dyn.dns.he.net/nic/update?hostname=[DOMAIN]&myip=[IP]"
  31. # DNSdynamic.org
  32. "dnsdynamic.org" "http://[USERNAME]:[PASSWORD]@www.dnsdynamic.org/api/?hostname=[DOMAIN]&myip=[IP]"
  33. # dnsExit.com free dynamic DNS update url
  34. "dnsexit.com" "http://www.dnsexit.com/RemoteUpdate.sv?login=[USERNAME]&password=[PASSWORD]&host=[DOMAIN]&myip=[IP]"
  35. # OVH
  36. "ovh.com" "http://[USERNAME]:[PASSWORD]@www.ovh.com/nic/update?system=dyndns&hostname=[DOMAIN]&myip=[IP]"
  37. # dns-o-matic is a free service by opendns.com for updating multiple hosts and
  38. # dynamic dns services in one api call. To update all your configured services
  39. # at once, use "all.dnsomatic.com as the hostname.
  40. "dnsomatic.com" "http://[USERNAME]:[PASSWORD]@updates.dnsomatic.com/nic/update?hostname=[DOMAIN]&myip=[IP]"
  41. # 3322.org
  42. "3322.org" "http://[USERNAME]:[PASSWORD]@members.3322.org/dyndns/update?system=dyndns&hostname=[DOMAIN]&myip=[IP]"
  43. # namecheap.com
  44. "namecheap.com" "http://dynamicdns.park-your-domain.com/update?host=[USERNAME]&domain=[DOMAIN]&password=[PASSWORD]&ip=[IP]"
  45. # easydns.com dynamic DNS
  46. "easydns.com" "http://[USERNAME]:[PASSWORD]@api.cp.easydns.com/dyn/tomato.php?hostname=[DOMAIN]&myip=[IP]"
  47. # Winco DDNS
  48. "ddns.com.br" "http://[DOMAIN]:[PASSWORD]@members.ddns.com.br/nic/update?hostname=[DOMAIN]&myip=[IP]"
  49. # Mythic Beasts (https://www.mythic-beasts.com) Dynamic DNS
  50. "mythic-beasts.com" "http://dnsapi4.mythic-beasts.com/?domain=[USERNAME]&password=[PASSWORD]&command=REPLACE%20[DOMAIN]%2060%20A%20DYNAMIC_IP"
  51. # Securepoint Dynamic-DNS-Service (http://www.spdns.de)
  52. "spdns.de" "http://[USERNAME]:[PASSWORD]@update.spdns.de/nic/update?hostname=[DOMAIN]&myip=[IP]"