]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/server.texi
Merge branch 'develop'
[govpn.git] / doc / server.texi
index 1784a9bb4858390d276b5354ba083c1dc3f45c24..63f3239fb994aff3315ba24ec9126ecf1afc876b 100644 (file)
@@ -1,8 +1,8 @@
 @node Server
 @section Server part
 
-Except for common @ref{Stats, -stats}, @ref{EGD, -egd} options client
-has the following ones:
+Except for common @ref{Stats, -stats}, @ref{EGD, -egd}, @ref{Syslog, -syslog}
+options server has the following ones:
 
 @table @option
 
@@ -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)