]> git.ipfire.org Git - people/ms/ddns.git/blob - README
5636133d8bedc69f20a355ed93b0cfd9a659f466
[people/ms/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 BUGTRACKER:
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 dnspark.com
57 domains.google.com
58 domopoli.de
59 dtdns.com
60 dyndns.org
61 dyns.cx|net
62 dynu.com
63 easydns.com
64 enom.com
65 entrydns.net
66 freedns.afraid.org
67 loopia.se
68 myonlineportal.net
69 namecheap.com
70 no-ip.com
71 nsupdate.info
72 opendns.com
73 ovh.com
74 regfish.com
75 selfhost.de
76 spdns.org
77 strato.com
78 twodns.de
79 udmedia.de
80 variomedia.de
81 xlhost.de
82 zoneedit.com
83 zzzz.io
84
85 Also supports DNS updates via the ISC BIND nsupdate utility.