libmicrohttpd: build parallel
[feed/packages.git] / net / ddns-scripts / files / services_ipv6
1 # 66666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666
2 #
3 # This file contains the update urls for various dynamic dns services.
4 # Column one contains the service name, column two contains the update url.
5 # within the update url there are 4 variables you can use: [USERNAME],
6 # [PASSWORD], [DOMAIN] and [IP]. These are substituted for the username,
7 # password, and domain name specified in the /etc/config/ddns file when an
8 # update is performed. The IP is substituted for the current ip address of the
9 # router. These variables are case sensitive, while urls generally are not, so
10 # if you need to enter the same text in the url (which seems very unlikely) put
11 # that text in lowercase, while the variables should remain in uppercase
12 #
13 # There are TONS of dynamic dns services out there. There's a huge list of them at:
14 # http://www.dmoz.org/Computers/Software/Internet/Servers/Address_Management/Dynamic_DNS_Services/
15 # If anyone has time they could update this file to be compatible with a bunch of them
16 #
17 # !!! Since ddns-scripts Version 2.x the update of IPv6 addresses is also supported
18 # !!! This file is used for update of IPv6 adresses only. For IPv4 use services
19 #
20 # !!! Since ddns-scripts Version 2.x the update via provider specific update scripts is supported.
21 # !!! This scripts must be located at /usr/lib/ddns directory if defined inside this file.
22 # !!! Use only the script name (without path). Sample:
23 # !!! "example.com" "update_sample.sh"
24 #
25 # 66666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666
26
27 # IPv6 @ Securepoint Dynamic-DNS-Service
28 "spdns.de" "http://[USERNAME]:[PASSWORD]@update.spdns.de/nic/update?hostname=[DOMAIN]&myip=[IP]" "good|nochg"
29
30 # IPv6 @ Hurricane Electric Dynamic DNS
31 "he.net" "http://[DOMAIN]:[PASSWORD]@dyn.dns.he.net/nic/update?hostname=[DOMAIN]&myip=[IP]"
32
33 # IPv6 @ MyDNS.JP
34 "mydns.jp" "http://www.mydns.jp/directip.html?MID=[USERNAME]&PWD=[PASSWORD]&IPV6ADDR=[IP]"
35
36 # IPv6 @ no-ip.pl nothing to do with no-ip.com (domain registered to www.domeny.tv) (IP autodetected by provider)
37 "no-ip.pl" "http://[USERNAME]:[PASSWORD]@update.no-ip.pl/?hostname=[DOMAIN]"
38
39 # IPv6 @ freedns.afraid.org
40 "freedns.afraid.org" "http://freedns.afraid.org/dynamic/update.php?[PASSWORD]&address=[IP]"
41
42 # IPv6 @ LoopiaDNS
43 "loopia.se" "http://[USERNAME]:[PASSWORD]@dns.loopia.se/XDynDNSServer/XDynDNS.php?system=custom&hostname=[DOMAIN]&myip=[IP]"
44
45 # Variomedia AG
46 "variomedia.de" "http://[USERNAME]:[PASSWORD]@dyndns.variomedia.de/nic/update?hostname=[DOMAIN]&myip=[IP]"
47