X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=blobdiff_plain;f=doc%2Fserver.texi;h=b3e9ac7d8118c551af7ba05ed4bb30452a8c6519;hp=325d317cb4b435f88398e56d51382166919c008f;hb=a11b0bda178937e6891770f40f800d69b5640313;hpb=0bf04621961589bc735dc8bd8a075d7db24c4178 diff --git a/doc/server.texi b/doc/server.texi index 325d317..b3e9ac7 100644 --- a/doc/server.texi +++ b/doc/server.texi @@ -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