Merge pull request #2126 from lynxis/libmicrohttpd
[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 # !!! Since ddns-scripts Version 2.5.x additional parameters are supported
26 # !!! and a given answer on success is checked (ignored by earlier versions)
27 # !!! Additional parameters: [PARAMOPT] and [PARAMENC]; [PARAMENC] is send urlencoded
28 #
29 # Line syntax: "service" [TAB] "update_url" [TAB] "answer"
30 # "service" name used as "option service_name" inside /etc/config/ddns
31 # "update_url" update url as given by the provider; custom urls should not saved here
32 # "answer" words inside providers answer string; use "|" to combine "or"
33 #
34 # 66666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666
35
36 # IPv6 @ Securepoint Dynamic-DNS-Service
37 "spdns.de" "http://[USERNAME]:[PASSWORD]@update.spdns.de/nic/update?hostname=[DOMAIN]&myip=[IP]" "good|nochg"
38
39 # IPv6 @ Hurricane Electric Dynamic DNS
40 "he.net" "http://[DOMAIN]:[PASSWORD]@dyn.dns.he.net/nic/update?hostname=[DOMAIN]&myip=[IP]" "good|nochg"
41
42 # IPv6 @ MyDNS.JP
43 "mydns.jp" "http://www.mydns.jp/directip.html?MID=[USERNAME]&PWD=[PASSWORD]&IPV6ADDR=[IP]"
44
45 # IPv6 @ no-ip.pl nothing to do with no-ip.com (domain registered to www.domeny.tv) (IP autodetected by provider)
46 "no-ip.pl" "http://[USERNAME]:[PASSWORD]@update.no-ip.pl/?hostname=[DOMAIN]"
47
48 # IPv6 @ freedns.afraid.org
49 "freedns.afraid.org" "http://freedns.afraid.org/dynamic/update.php?[PASSWORD]&address=[IP]"
50
51 # IPv6 @ LoopiaDNS
52 "loopia.se" "http://[USERNAME]:[PASSWORD]@dns.loopia.se/XDynDNSServer/XDynDNS.php?system=custom&hostname=[DOMAIN]&myip=[IP]"
53
54 # Variomedia AG
55 "variomedia.de" "http://[USERNAME]:[PASSWORD]@dyndns.variomedia.de/nic/update?hostname=[DOMAIN]&myip=[IP]" "good|nochg"
56
57 # IPv6 @ Dyn.com
58 "dyndns.org" "http://[USERNAME]:[PASSWORD]@members.dyndns.org/nic/update?hostname=[DOMAIN]&myip=[IP]"
59
60 # duckdns.org
61 "duckdns.org" "http://www.duckdns.org/update?domains=[DOMAIN]&token=[PASSWORD]&ipv6=[IP]" "OK"
62
63 # IPv6 @ zzzz.io Free Dynamic DNS
64 "zzzz.io" "https://zzzz.io/api/v1/update/[DOMAIN]/?token=[PASSWORD]&type=aaaa&ip=[IP]" "Updated|No change"
65
66 # IPv6 @ zerigo.com
67 "zerigo.com" "http://update.zerigo.com/dynamic?host=[DOMAIN]&ip=[IP]&user=[USERNAME]&password=[PASSWORD]"
68
69 # IPv6 @ regfish.de
70 "regfish.de" "http://dyndns.regfish.de/?fqdn=[DOMAIN]&forcehost=1&authtype=secure&token=[PASSWORD]&ipv6=[IP]" "success|100|101"
71
72 # Mythic Beasts (https://www.mythic-beasts.com) Dynamic DNS
73 "mythic-beasts.com" "http://dnsapi6.mythic-beasts.com/?domain=[USERNAME]&password=[PASSWORD]&command=REPLACE%20[DOMAIN]%2060%20AAAA%20DYNAMIC_IP&origin=."