From 7ac1ff2c18a118ebc70e5936a2cd9d80bd85b0b2 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 6 Nov 2014 17:19:26 +0100 Subject: [PATCH] README tweaks --- README | 11 ----------- README.rst | 10 ++++++---- 2 files changed, 6 insertions(+), 15 deletions(-) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 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=&password=&ip= -Domainname: domain.dyn.ralfj.de -Benutzername: TotallyDoesNotMatter -Kennwort: YourPassword diff --git a/README.rst b/README.rst index 6a4054f..c4fff98 100644 --- 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 -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 -addresses in Bind's DNS zone via CGI, in a safe manner. The client part uses CGI +addresses in Bind's DNS zones 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. @@ -38,7 +39,8 @@ source directory, run:: 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 -- 2.30.2