forked from ipfire/ddns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
76 lines (60 loc) · 1.38 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
ddns
A simple, extensible, cross-distribution, cross-platform dynamic DNS updater
written in Python.
WEB HOME:
http://git.ipfire.org/?p=ddns.git;a=summary
BUGTRACKER:
https://bugzilla.ipfire.org/
Product: DDNS Updater
LICENSE:
The authors licensed their work as free software under the terms of
the
GNU GENERAL PUBLIC LICENSE v3.0+
Any content besides source code (images, etc.) is licensed under the
terms of the
Creative Commons Attribution ShareAlike 3.0 Unported
license.
INSTALLATION:
REQUIREMENTS:
ddns is written in Python and does not require any third-party
modules. The minumum version of Python that has been tested
is Python 2.7.
Building the program from source code requires:
* GNU make
* intltool
Building from the source repository additionally requires:
* autoconf
* automake
INSTRUCTIONS:
If the configure script does not exist, please run:
./autogen.sh
Then run:
./configure --prefix=/usr --sysconfdir=/etc
make
make install
SUPPORTED PROVIDERS:
all-inkl.com
dhs.org
dns.lightningwirelabs.com
dnspark.com
dtdns.com
dyndns.org
dynu.com
easydns.com
enom.com
entrydns.net
freedns.afraid.org
namecheap.com
no-ip.com
nsupdate.info
opendns.com
ovh.com
regfish.com
selfhost.de
spdns.org
strato.com
twodns.de
udmedia.de
variomedia.de
zoneedit.com
Also supports DNS updates via the ISC BIND nsupdate utility.