No Description

services_ipv6 2.0KB

1234567891011121314151617181920212223242526272829303132
  1. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  2. # !!!!! IPv6 Version of original services file !!!!!
  3. # !!!!! funtionally and syntax is the same !!!!!
  4. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. # This file contains the update urls for various dynamic dns services.
  6. # Column one contains the service name, column two contains the update url.
  7. # within the update url there are 4 variables you can use: [USERNAME],
  8. # [PASSWORD], [DOMAIN] and [IP]. These are substituted for the username,
  9. # password, and domain name specified in the /etc/config/ddns file when an
  10. # update is performed. The IP is substituted for the current ip address of the
  11. # router. These variables are case sensitive, while urls generally are not, so
  12. # if you need to enter the same text in the url (which seems very unlikely) put
  13. # that text in lowercase, while the variables should remain in uppercase
  14. # tested with
  15. # Securepoint Dynamic-DNS-Service
  16. "spdns.de" "http://[USERNAME]:[PASSWORD]@update.spdns.de/nic/update?hostname=[DOMAIN]&myip=[IP]"
  17. # Hurricane Electric Dynamic DNS
  18. "he.net" "http://[DOMAIN]:[PASSWORD]@dyn.dns.he.net/nic/update?hostname=[DOMAIN]&myip=[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. # MyDNS.JP
  27. "mydns.jp" "http://www.mydns.jp/directip.html?MID=[USERNAME]&PWD=[PASSWORD]&IPV6ADDR=[IP]"