]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/server.texi
Ability to use TUN-interfaces under GNU/Linux
[govpn.git] / doc / server.texi
index 325d317cb4b435f88398e56d51382166919c008f..b3e9ac7d8118c551af7ba05ed4bb30452a8c6519 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).
 
@@ -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