X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=doc%2Ftinc.texi;h=c0508faca3914c53eb15427dc400c775647bdeb5;hb=313b05b67c59c316c0eff631598e0700e0fd3c8d;hp=954a643d299428423d0caaa93c5c16a8eea1d53c;hpb=61b441dc995c1e6dd21fd85e2014dd981e9c9350;p=tinc diff --git a/doc/tinc.texi b/doc/tinc.texi index 954a643d..c0508fac 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -2306,6 +2306,10 @@ Use the cookie from @var{filename} to authenticate with a running tinc daemon. If unspecified, the default is @file{@value{runstatedir}/tinc.@var{netname}.pid}. +@cindex batch +@item -b, --batch +Don't ask for anything (non-interactive mode). + @item --force Force some commands to work despite warnings. @@ -2705,6 +2709,8 @@ Address = server.example.com The file is basically a concatenation of several host config blocks. Each host config block starts with @code{Name = ...}. Lines that look like @code{#---#} are not important, it just makes it easier for humans to read the file. +However, the first line of an invitation file @emph{must} always start with +@code{Name = ...}. The first host config block is always the one representing the invitee. So the first Name statement determines the name that the invitee will get. From the