X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fclient.texi;h=5b0ae2b7fda2723894f76a765641ae736c656f95;hb=4b6010d63d3512094c7cef4a119a8d45cb1a7b18;hp=654ec98bd555010439a310746fb0e21decae29af;hpb=68e0c647218f529318c07eb7be85f82034d9904a;p=govpn.git diff --git a/doc/client.texi b/doc/client.texi index 654ec98..5b0ae2b 100644 --- a/doc/client.texi +++ b/doc/client.texi @@ -1,22 +1,16 @@ @node Client -@cindex Client -@cindex Client part -@cindex Client configuration -@cindex Client side -@cindex Configuring client -@cindex govpn-client @section Client part -Except for common @code{-stats}, @code{-egd} options client has the -following ones: +Except for common @ref{Stats, -stats}, @ref{EGD, -egd} options client +has the following ones: -@table @code +@table @option @item -mtu Expected TAP interface @ref{MTU}. @item -proto -@ref{Network, network protocol} to use. Can be either @emph{udp} +@ref{Network, Network protocol} to use. Can be either @emph{udp} (default) or @emph{tcp}. @item -proxy @@ -61,7 +55,7 @@ Optional path to script that will be executed after connection is established. Interface name will be given to it as a first argument. @item -down -Same as @code{-up} above, but it is executed when connection is lost, +Same as @option{-up} above, but it is executed when connection is lost, when we exit. @end table @@ -69,11 +63,11 @@ when we exit. Example up-script that calls DHCP client and IPv6 advertisement solicitation: -@example +@verbatim client% cat > up.sh <