From 804ba92dbff737cdaf63f34af3dac7a415f49d82 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 7 Jan 2015 20:22:07 +0100 Subject: [PATCH] README tuning --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 413d47c..95d586f 100644 --- a/README.rst +++ b/README.rst @@ -93,12 +93,12 @@ Client setup (using the script) You can find the client script at ``client-scripts/dyn-ns-client``. It requires Python 3. Copy that script to the machine that should be available under the dynamic domain. Also copy the sample configuration file ``dyn-ns-client.conf.dist`` to -``$HOME/.config/dyn-nsupdate/dyn-ns-client.conf.dist``. (You can choose another -name, but then you will have to tell the script about it). That file contains +``$HOME/.config/dyn-nsupdate/dyn-ns-client.conf``. (You can choose another +name, but then you will have to tell the script about it.) That file contains comments that should explain everything. Note that the script can update a list -of domain names, in case you need the machine to have several names (it is +of domain names, in case you need the machine to have several names. It is preferable to use a CNAME instead, this will reduce the number of updates -performed in the zone). +performed in the zone. To run the script regularly, simply set up a cronjob. You can do so by running ``crontab -e``, and add a line as follows:: -- 2.30.2