]> git.ipfire.org Git - oddments/ddns.git/blame - README
Add servercow.de to Readme
[oddments/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
3568f062 9BUG TRACKER:
4de84d67
MT
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
d1cb1b54 56 dnsmadeeasy.com
4de84d67 57 dnspark.com
c510004d 58 domains.google.com
51468ea5 59 domopoli.de
4de84d67 60 dtdns.com
fc91be92 61 duckdns.org
4de84d67 62 dyndns.org
a197d1a6 63 dyns.cx|net
4de84d67
MT
64 dynu.com
65 easydns.com
35216523 66 enom.com
ab4e352e 67 entrydns.net
4de84d67 68 freedns.afraid.org
09b07b23 69 joker.com
9d3cfba8 70 loopia.se
446e42af 71 myonlineportal.net
4de84d67
MT
72 namecheap.com
73 no-ip.com
31c95e4b 74 nsupdate.info
90663439 75 opendns.com
4de84d67
MT
76 ovh.com
77 regfish.com
521c9d90 78 schokokeks.org
4de84d67 79 selfhost.de
736505bf 80 servercow.de
4de84d67
MT
81 spdns.org
82 strato.com
83 twodns.de
84 udmedia.de
85 variomedia.de
6b81b43c 86 xlhost.de
4de84d67 87 zoneedit.com
e53d3225 88 zzzz.io
bde0edf2
MT
89
90Also supports DNS updates via the ISC BIND nsupdate utility.
3568f062
MT
91
92CONTRIBUTE:
93 This is an Open Source and platform-independent project where
94 everyone is welcome to contribute improvements or support
95 for additional providers.
96
97 Please only send patches to the official mailing list:
98 ddns@lists.ipfire.org
99
100 Use the standard Git patch format as described here
101 http://wiki.ipfire.org/devel/git/commit-messages
102
103 and follow the general IPFire contribution guidelines
104 http://wiki.ipfire.org/devel/submit-patches
105
106 Please refrain from sending patches on GitHub or any other
107 platforms where this repository is mirrored.