]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/server.texi
POSIX tells that $ character is default shell prompt
[govpn.git] / doc / server.texi
index 325d317cb4b435f88398e56d51382166919c008f..f91426a780acedc287ec06680b5819a5ce82b37a 100644 (file)
@@ -25,7 +25,7 @@ Configuration file is YAML file with following example structure:
 
 @verbatim
 stargrave:                          <-- Peer human readable name
-    iface: tap10                    <-- OPTIONAL TAP interface name
+    iface: tap10                    <-- OPTIONAL TUN/TAP interface name
     mtu: 1515                       <-- OPTIONAL overriden MTU
     up: ./stargrave-up.sh           <-- OPTIONAL up-script
     down: ./stargrave-down.sh       <-- OPTIONAL down-script
@@ -40,7 +40,7 @@ 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
+what TUN/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).
 
@@ -61,7 +61,7 @@ You can use convenient @command{utils/newclient.sh} script for new client
 creation:
 
 @verbatim
-% ./utils/newclient.sh Alice
+$ ./utils/newclient.sh Alice
 [...]
 Your client verifier is: $balloon$s=32768,t=16,p=2$bwR5VjeCYIQaa8SeaI3rqg
 
@@ -69,7 +69,7 @@ Place the following YAML configuration entry on the server's side:
 
     Alice:
         up: /path/to/up.sh
-        iface: or TAP interface name
+        iface: or TUN/TAP interface name
         verifier: $balloon$s=32768,t=16,p=2$bwR5VjeCYIQaa8SeaI3rqg$KCNIqfS4DGsBTtVytamAzcISgrlEWvNxan1UfBrFu10
 @end verbatim