]> git.ipfire.org Git - ddns.git/blob - README
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ddns
[ddns.git] / README
1 ddns
2
3 A simple, extensible, cross-distribution, cross-platform dynamic DNS updater
4 written in Python.
5
6 WEB HOME:
7 http://git.ipfire.org/?p=ddns.git;a=summary
8
9 BUG TRACKER:
10 https://bugzilla.ipfire.org/
11
12 Product: DDNS Updater
13
14 LICENSE:
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
27 INSTALLATION:
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
50 SUPPORTED PROVIDERS:
51 all-inkl.com
52 changeip.com
53 ddnss.de
54 dhs.org
55 dns.lightningwirelabs.com
56 dnsmadeeasy.com
57 dnspark.com
58 domains.google.com
59 domopoli.de
60 dtdns.com
61 duckdns.org
62 dyndns.org
63 dyns.cx|net
64 dynu.com
65 easydns.com
66 enom.com
67 entrydns.net
68 freedns.afraid.org
69 joker.com
70 loopia.se
71 myonlineportal.net
72 namecheap.com
73 no-ip.com
74 nsupdate.info
75 opendns.com
76 ovh.com
77 regfish.com
78 schokokeks.org
79 selfhost.de
80 spdns.org
81 strato.com
82 twodns.de
83 udmedia.de
84 variomedia.de
85 xlhost.de
86 zoneedit.com
87 zzzz.io
88
89 Also supports DNS updates via the ISC BIND nsupdate utility.
90
91 CONTRIBUTE:
92 This is an Open Source and platform-independent project where
93 everyone is welcome to contribute improvements or support
94 for additional providers.
95
96 Please only send patches to the official mailing list:
97 ddns@lists.ipfire.org
98
99 Use the standard Git patch format as described here
100 http://wiki.ipfire.org/devel/git/commit-messages
101
102 and follow the general IPFire contribution guidelines
103 http://wiki.ipfire.org/devel/submit-patches
104
105 Please refrain from sending patches on GitHub or any other
106 platforms where this repository is mirrored.