From: Ralf Jung Date: Fri, 9 Jan 2015 09:57:13 +0000 (+0100) Subject: explain how to give the script another config file X-Git-Url: https://git.ralfj.de/dyn-nsupdate.git/commitdiff_plain/b942b6a7e5c2d5bc3b03749b453f57ad2f3f40f7 explain how to give the script another config file --- diff --git a/README.rst b/README.rst index be662df..b9a2043 100644 --- a/README.rst +++ b/README.rst @@ -97,9 +97,10 @@ 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``. You can choose another name, but then you will have to tell the script about it. -An important aspect of configuration is how to detect the current addresses of -the machine the script is running on. For IPv4, this can only be "web", which -can deal with NAT. For IPv6, the script can alternatively attempt to detect the +Call "dyn-ns-client --help" for this and other options the script accepts. An +important aspect of configuration is how to detect the current addresses of the +machine the script is running on. For IPv4, this can only be "web", which can +deal with NAT. For IPv6, the script can alternatively attempt to detect the correct local address to use. The sample file contains comments that should explain everything.