projects
/
dyn-nsupdate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8f8d057
)
README tweaks
author
Ralf Jung
<post@ralfj.de>
Thu, 6 Nov 2014 16:19:26 +0000
(17:19 +0100)
committer
Ralf Jung
<post@ralfj.de>
Thu, 6 Nov 2014 16:19:26 +0000
(17:19 +0100)
README
[deleted file]
patch
|
blob
|
history
README.rst
patch
|
blob
|
history
diff --git
a/README
b/README
deleted file mode 100644
(file)
index
8c70003
..0000000
--- a/
README
+++ /dev/null
@@
-1,11
+0,0 @@
-= Client Setup =
-
-== FritzBox ==
-
-In the DynDNS configuration section of the FritzBox, choose the "custom"
-DynDNS provider. The enter the following settings:
-
-Update-URL: https://ns.ralfj.de/update?domain=<domain>&password=<pass>&ip=<ipaddr>
-Domainname: domain.dyn.ralfj.de
-Benutzername: TotallyDoesNotMatter
-Kennwort: YourPassword
diff --git
a/README.rst
b/README.rst
index 6a4054f989da4df47d3b58aec0df70a8d2c09e00..c4fff98e6eadec6d2f7c5795edc35164e28cfa44 100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-1,14
+1,15
@@
-dyn-nsupdate:
Dynamically and securely update DNS zones via CGI
+dyn-nsupdate:
Self-made DynDNS
===============================================================
Introduction
------------
Welcome to dyn-nsupdate_, a collection of tools using BIND_, CGI_ and Python_ to
===============================================================
Introduction
------------
Welcome to dyn-nsupdate_, a collection of tools using BIND_, CGI_ and Python_ to
-provide DynDNS services. Both IPv4 and IPv6 are fully supported.
+provide DynDNS services with your own nameserver. Both IPv4 and IPv6 are fully
+supported.
dyn-nsupdate consists of two pieces: The server part provides a way to update IP
dyn-nsupdate consists of two pieces: The server part provides a way to update IP
-addresses in Bind's DNS zone
via CGI, in a safe manner. The client part uses CGI
+addresses in Bind's DNS zone
s via CGI, in a safe manner. The client part uses CGI
to update some domain to the current address(es) of the machine it is running
on. Alternatively, some routers can be configured to do this themselves. The
FritzBox is known to be supported.
to update some domain to the current address(es) of the machine it is running
on. Alternatively, some routers can be configured to do this themselves. The
FritzBox is known to be supported.
@@
-38,7
+39,8
@@
source directory, run::
cd nsupd-wrapper
mkdir -p build
cd build
cd nsupd-wrapper
mkdir -p build
cd build
- cmake .. -DCMAKE_BUILD_TYPE=Release -DDYNNSUPDATE_CONFIG_FILE=/var/lib/bind/dyn-nsupdate.conf
+ cmake .. -DCMAKE_BUILD_TYPE=Release \
+ -DDYNNSUPDATE_CONFIG_FILE=/var/lib/bind/dyn-nsupdate.conf
make
This should compile the binary ``dyn-nsupdate``. If you want to put the files in
make
This should compile the binary ``dyn-nsupdate``. If you want to put the files in