X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=doc%2Ftinc.texi;h=526a6c96e5ced1ec8fc3b5561b734752d99f9615;hb=8ac096b5bf9da1b3961a3ac4a03d083629222a63;hp=0c470123ae47168ba5d039d966791263114b1354;hpb=f5dc136cfd7a3a195b75f7174722734e25f30fd9;p=tinc diff --git a/doc/tinc.texi b/doc/tinc.texi index 0c470123..526a6c96 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -1928,6 +1928,7 @@ tincctl -n @var{netname} reload @menu * tincctl runtime options:: +* tincctl environment variables:: * tincctl commands:: * tincctl examples:: * tincctl top:: @@ -1960,6 +1961,16 @@ Output version information and exit. @end table +@c ================================================================== +@node tincctl environment variables +@section tincctl environment variables + +@table @env +@cindex NETNAME +@item NETNAME +If no netname is specified on the command line with the @option{-n} option, +the value of this environment variable is used. +@end table @c ================================================================== @node tincctl commands @@ -2012,6 +2023,10 @@ Purges all information remembered about unreachable nodes. @item debug @var{level} Sets debug level to @var{level}. +@item log [@var{level}] +Capture log messages from a running tinc daemon. +An optional debug level can be given that will be applied only for log messages sent to tincctl. + @item retry Forces tinc to try to connect to all uplinks immediately. Usually tinc attempts to do this itself,