]> git.ipfire.org Git - ddns.git/blame - README
Catch 'Internal Server Error' on update
[ddns.git] / README
CommitLineData
4de84d67
MT
1ddns
2
3A simple, extensible, cross-distribution, cross-platform dynamic DNS updater
4written in Python.
5
6WEB HOME:
7 http://git.ipfire.org/?p=ddns.git;a=summary
8
9BUGTRACKER:
10 https://bugzilla.ipfire.org/
11
12 Product: DDNS Updater
13
14LICENSE:
15 The authors licensed their work as free software under the terms of
16 the
17
18 GNU GENERAL PUBLIC LICENSE v3.0+
19
20 Any content besides source code (images, etc.) is licensed under the
21 terms of the
22
23 Creative Commons Attribution ShareAlike 3.0 Unported
24
25 license.
26
27INSTALLATION:
28 REQUIREMENTS:
29 ddns is written in Python and does not require any third-party
30 modules. The minumum version of Python that has been tested
31 is Python 2.7.
32
33 Building the program from source code requires:
34 * GNU make
35 * intltool
36
37 Building from the source repository additionally requires:
38 * autoconf
39 * automake
40
41 INSTRUCTIONS:
42 If the configure script does not exist, please run:
43 ./autogen.sh
44
45 Then run:
46 ./configure --prefix=/usr --sysconfdir=/etc
47 make
48 make install
49
50SUPPORTED PROVIDERS:
51 all-inkl.com
78046ffe 52 changeip.com
f1332a16 53 ddnss.de
4de84d67
MT
54 dhs.org
55 dns.lightningwirelabs.com
56 dnspark.com
c510004d 57 domains.google.com
51468ea5 58 domopoli.de
4de84d67
MT
59 dtdns.com
60 dyndns.org
a197d1a6 61 dyns.cx|net
4de84d67
MT
62 dynu.com
63 easydns.com
35216523 64 enom.com
ab4e352e 65 entrydns.net
4de84d67 66 freedns.afraid.org
09b07b23 67 joker.com
9d3cfba8 68 loopia.se
446e42af 69 myonlineportal.net
4de84d67
MT
70 namecheap.com
71 no-ip.com
31c95e4b 72 nsupdate.info
90663439 73 opendns.com
4de84d67
MT
74 ovh.com
75 regfish.com
76 selfhost.de
77 spdns.org
78 strato.com
79 twodns.de
80 udmedia.de
81 variomedia.de
6b81b43c 82 xlhost.de
4de84d67 83 zoneedit.com
e53d3225 84 zzzz.io
bde0edf2
MT
85
86Also supports DNS updates via the ISC BIND nsupdate utility.