X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fserver.texi;h=b3c641e00fe7b2234978926eec7d0326aa57ce98;hb=f696080a3e32ba340cc4c5c70e39eb8e8857da89;hp=1784a9bb4858390d276b5354ba083c1dc3f45c24;hpb=28ab186439be82e88c87a43b2484d5898aba19f0;p=govpn.git diff --git a/doc/server.texi b/doc/server.texi index 1784a9b..b3c641e 100644 --- a/doc/server.texi +++ b/doc/server.texi @@ -40,13 +40,13 @@ stargrave: { <-- Peer human readable name At least one of either @code{iface} or @code{up} must be specified. If you specify @code{iface}, then it will be forcefully used to determine -what TAP interface will be used. If it is not specified, then up-script -must output interface's name to stdout (first output line). +what TAP interface will be used. If it is not specified, then +up-@ref{Scripts, script} must output interface's name to stdout +(first output line). For example up-script can be just @code{echo tap10}, or more advanced like the following one: - @verbatim #!/bin/sh $tap=$(ifconfig tap create)