X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=doc%2Ftinc.texi;h=b2236b4bad04cfa9533214a5b5bfb4283a4659f4;hb=b0f3a76e9bf8ceeab75c1e6f4dce6763aecddc5e;hp=fb1cd381f2f4cb0ad7fa48caaf5a483b40c172c5;hpb=c52c46f8717aac6904f32766d774fa3fdf9611d8;p=tinc diff --git a/doc/tinc.texi b/doc/tinc.texi index fb1cd381..b2236b4b 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -982,7 +982,7 @@ tinc's efficiency, even stopping the daemon for a few seconds everytime it does a lookup if your DNS server is not responding. This does not affect resolving hostnames to IP addresses from the -configuration file. +configuration file, but whether hostnames should be resolved while logging. @cindex Interface @item Interface = <@var{interface}> @@ -2044,6 +2044,11 @@ the value of this environment variable is used. Create initial configuration files and RSA and ECDSA keypairs with default length. If no @var{name} for this node is given, it will be asked for. +@item config [get] @var{variable} +Print the current value of configuration variable @var{variable}. +If more than one variable with the same name exists, +the value of each of them will be printed on a separate line. + @item config [set] @var{variable} @var{value} Set configuration variable @var{variable} to the given @var{value}. All previously existing configuration variables with the same name are removed.