28797f3ee95c44b631a817cd5f799b8c5dcfaa0c
[feed/packages.git] / net / ddns-scripts / files / services
1 # 44444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444
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 IPv4 adresses only. For IPv6 use services_ipv6
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 # 44444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444
26
27 "dyndns.org" "http://[USERNAME]:[PASSWORD]@members.dyndns.org/nic/update?hostname=[DOMAIN]&myip=[IP]"
28 "changeip.com" "http://[USERNAME]:[PASSWORD]@nic.changeip.com/nic/update?u=[USERNAME]&p=[PASSWORD]&cmd=update&hostname=[DOMAIN]&ip=[IP]"
29 "zoneedit.com" "http://[USERNAME]:[PASSWORD]@dynamic.zoneedit.com/auth/dynamic.html?host=[DOMAIN]&dnsto=[IP]"
30 "free.editdns.net" "http://dyndns-free.editdns.net/api/dynLinux.php?p=[PASSWORD]&r=[DOMAIN]"
31
32 # freedns.afraid.org is weird, you just need an update code, for which we use the password variable
33 "freedns.afraid.org" "http://freedns.afraid.org/dynamic/update.php?[PASSWORD]&address=[IP]"
34
35 # DNS Max and resellers' update urls
36 "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]"
37 "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]"
38
39 # Hurricane Electric Dynamic DNS
40 "he.net" "http://[DOMAIN]:[PASSWORD]@dyn.dns.he.net/nic/update?hostname=[DOMAIN]&myip=[IP]"
41
42 # DNSdynamic.org
43 "dnsdynamic.org" "http://[USERNAME]:[PASSWORD]@www.dnsdynamic.org/api/?hostname=[DOMAIN]&myip=[IP]"
44
45 # dnsExit.com free dynamic DNS update url
46 "dnsexit.com" "http://www.dnsexit.com/RemoteUpdate.sv?login=[USERNAME]&password=[PASSWORD]&host=[DOMAIN]&myip=[IP]"
47
48 # OVH
49 "ovh.com" "http://[USERNAME]:[PASSWORD]@www.ovh.com/nic/update?system=dyndns&hostname=[DOMAIN]&myip=[IP]"
50
51 # dns-o-matic is a free service by opendns.com for updating multiple hosts and
52 # dynamic dns services in one api call. To update all your configured services
53 # at once, use "all.dnsomatic.com as the hostname.
54 "dnsomatic.com" "http://[USERNAME]:[PASSWORD]@updates.dnsomatic.com/nic/update?hostname=[DOMAIN]&myip=[IP]"
55
56 # 3322.org
57 "3322.org" "http://[USERNAME]:[PASSWORD]@members.3322.org/dyndns/update?system=dyndns&hostname=[DOMAIN]&myip=[IP]"
58
59 # namecheap.com
60 "namecheap.com" "http://dynamicdns.park-your-domain.com/update?host=[USERNAME]&domain=[DOMAIN]&password=[PASSWORD]&ip=[IP]"
61
62 # easydns.com dynamic DNS
63 "easydns.com" "http://[USERNAME]:[PASSWORD]@api.cp.easydns.com/dyn/tomato.php?hostname=[DOMAIN]&myip=[IP]"
64
65 # Winco DDNS
66 "ddns.com.br" "http://[DOMAIN]:[PASSWORD]@members.ddns.com.br/nic/update?hostname=[DOMAIN]&myip=[IP]"
67
68 # Mythic Beasts (https://www.mythic-beasts.com) Dynamic DNS
69 "mythic-beasts.com" "http://dnsapi4.mythic-beasts.com/?domain=[USERNAME]&password=[PASSWORD]&command=REPLACE%20[DOMAIN]%2060%20A%20DYNAMIC_IP"
70
71 # Securepoint Dynamic-DNS-Service (http://www.spdns.de)
72 "spdns.de" "http://[USERNAME]:[PASSWORD]@update.spdns.de/nic/update?hostname=[DOMAIN]&myip=[IP]" "good|nochg"
73
74 # duiadns.net - free dynamic DNS
75 "duiadns.net" "http://ipv4.duia.ro/dynamic.duia?host=[DOMAIN]&password=[PASSWORD]&ip4=[IP]"
76
77 # Two-DNS - Simply. Connected. Everywhere.
78 "twodns.de" "http://[USERNAME]:[PASSWORD]@update.twodns.de/update?hostname=[DOMAIN]&ip=[IP]"
79
80 # MyDNS.JP
81 "mydns.jp" "http://www.mydns.jp/directip.html?MID=[USERNAME]&PWD=[PASSWORD]&IPV4ADDR=[IP]"
82
83 # LoopiaDNS
84 "loopia.se" "http://[USERNAME]:[PASSWORD]@dns.loopia.se/XDynDNSServer/XDynDNS.php?system=custom&hostname=[DOMAIN]&myip=[IP]"
85
86 # SelfHost.de
87 "selfhost.de" "http://carol.selfhost.de/update?username=[USERNAME]&password=[PASSWORD]&myip=[IP]&hostname=1" "good|nochg"
88
89 # no-ip.pl nothing to do with no-ip.com (domain registered to www.domeny.tv) (IP autodetected by provider)
90 "no-ip.pl" "http://[USERNAME]:[PASSWORD]@update.no-ip.pl/?hostname=[DOMAIN]"
91
92 # domains.google.com non free service - require HTTPS communication
93 "domains.google.com" "http://[USERNAME]:[PASSWORD]@domains.google.com/nic/update?hostname=[DOMAIN]&myip=[IP]"
94
95 # Schokokeks Hosting, schokokeks.org
96 "schokokeks.org" "http://[USERNAME]:[PASSWORD]@dyndns.schokokeks.org/nic/update?myip=[IP]"
97
98 # STRATO AG
99 "strato.de" "http://[USERNAME]:[PASSWORD]@dyndns.strato.com/nic/update?hostname=[DOMAIN]&myip=[IP]"
100
101 # Variomedia AG
102 "variomedia.de" "http://[USERNAME]:[PASSWORD]@dyndns.variomedia.de/nic/update?hostname=[DOMAIN]&myip=[IP]"
103