libnetfilter-log: remove (added to core)
[feed/packages.git] / net / ddns-scripts / files / usr / lib / ddns / 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 # noip is an alias of no-ip, so allow both names for the same service
33 # use provider specific update script
34 "no-ip.com" "update_no-ip.sh"
35 "noip.com" "update_no-ip.sh"
36
37 # freedns.afraid.org is weird, you just need an update code, for which we use the password variable
38 "freedns.afraid.org" "http://freedns.afraid.org/dynamic/update.php?[PASSWORD]&address=[IP]"
39
40 # DNS Max and resellers' update urls
41 "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]"
42 "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]"
43
44 # Hurricane Electric Dynamic DNS
45 "he.net" "http://[DOMAIN]:[PASSWORD]@dyn.dns.he.net/nic/update?hostname=[DOMAIN]&myip=[IP]"
46
47 # DNSdynamic.org
48 "dnsdynamic.org" "http://[USERNAME]:[PASSWORD]@www.dnsdynamic.org/api/?hostname=[DOMAIN]&myip=[IP]"
49
50 # dnsExit.com free dynamic DNS update url
51 "dnsexit.com" "http://www.dnsexit.com/RemoteUpdate.sv?login=[USERNAME]&password=[PASSWORD]&host=[DOMAIN]&myip=[IP]"
52
53 # OVH
54 "ovh.com" "http://[USERNAME]:[PASSWORD]@www.ovh.com/nic/update?system=dyndns&hostname=[DOMAIN]&myip=[IP]"
55
56 # dns-o-matic is a free service by opendns.com for updating multiple hosts and
57 # dynamic dns services in one api call. To update all your configured services
58 # at once, use "all.dnsomatic.com as the hostname.
59 "dnsomatic.com" "http://[USERNAME]:[PASSWORD]@updates.dnsomatic.com/nic/update?hostname=[DOMAIN]&myip=[IP]"
60
61 # 3322.org
62 "3322.org" "http://[USERNAME]:[PASSWORD]@members.3322.org/dyndns/update?system=dyndns&hostname=[DOMAIN]&myip=[IP]"
63
64 # namecheap.com
65 "namecheap.com" "http://dynamicdns.park-your-domain.com/update?host=[USERNAME]&domain=[DOMAIN]&password=[PASSWORD]&ip=[IP]"
66
67 # easydns.com dynamic DNS
68 "easydns.com" "http://[USERNAME]:[PASSWORD]@api.cp.easydns.com/dyn/tomato.php?hostname=[DOMAIN]&myip=[IP]"
69
70 # Winco DDNS
71 "ddns.com.br" "http://[DOMAIN]:[PASSWORD]@members.ddns.com.br/nic/update?hostname=[DOMAIN]&myip=[IP]"
72
73 # Mythic Beasts (https://www.mythic-beasts.com) Dynamic DNS
74 "mythic-beasts.com" "http://dnsapi4.mythic-beasts.com/?domain=[USERNAME]&password=[PASSWORD]&command=REPLACE%20[DOMAIN]%2060%20A%20DYNAMIC_IP"
75
76 # Securepoint Dynamic-DNS-Service (http://www.spdns.de)
77 "spdns.de" "http://[USERNAME]:[PASSWORD]@update.spdns.de/nic/update?hostname=[DOMAIN]&myip=[IP]"
78
79 # duiadns.net - free dynamic DNS
80 "duiadns.net" "http://ipv4.duia.ro/dynamic.duia?host=[DOMAIN]&password=[PASSWORD]&ip4=[IP]"
81
82 # Two-DNS - Simply. Connected. Everywhere.
83 "twodns.de" "http://[USERNAME]:[PASSWORD]@update.twodns.de/update?hostname=[DOMAIN]&ip=[IP]"
84
85 # MyDNS.JP
86 "mydns.jp" "http://www.mydns.jp/directip.html?MID=[USERNAME]&PWD=[PASSWORD]&IPV4ADDR=[IP]"
87
88 # LoopiaDNS
89 "loopia.se" "http://[USERNAME]:[PASSWORD]@dns.loopia.se/XDynDNSServer/XDynDNS.php?system=custom&hostname=[DOMAIN]&myip=[IP]"
90
91 # Cloudflare
92 "cloudflare.com" "update_cloudflare.sh"
93
94 # SelfHost.de
95 "selfhost.de" "http://carol.selfhost.de/update?username=[USERNAME]&password=[PASSWORD]&myip=[IP]&hostname=1"
96
97 # no-ip.pl nothing to do with no-ip.com (domain registered to www.domeny.tv) (IP autodetected by provider)
98 "no-ip.pl" "http://[USERNAME]:[PASSWORD]@update.no-ip.pl/?hostname=[DOMAIN]"