X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/2de0ad0f5c5871d482d778908d08d0dd1b01c821..d13e57242e32a438d1182bdf02488995f2977f5b:/doc/tripe.8 diff --git a/doc/tripe.8 b/doc/tripe.8 index caacbe79..262b2344 100644 --- a/doc/tripe.8 +++ b/doc/tripe.8 @@ -37,12 +37,20 @@ tripe \- a simple VPN daemon .RB [ \-D ] .RB [ \-d .IR dir ] +.RB [ \-b +.IR addr ] .RB [ \-p .IR port ] +.br + .RB [ \-U .IR user ] .RB [ \-G .IR group ] +.RB [ \-a +.IR socket ] +.RB [ \-T +.IR trace-opts ] .br .RB [ \-k @@ -51,12 +59,6 @@ tripe \- a simple VPN daemon .IR pub-keyring ] .RB [ \-t .IR key-tag ] -.br - -.RB [ \-a -.IR socket ] -.RB [ \-T -.IR trace-opts ] .SH "DESCRIPTION" The .B tripe @@ -166,6 +168,14 @@ Give a current directory of .B . if you don't want it to change directory at all. .TP +.BI "\-b, \-\-bind-address="addr +Bind the UDP socket to IP address +.I addr +rather than the default of +.BR INADDR_ANY . +This is useful if your main globally-routable IP address is one you want +to tunnel through the VPN. +.TP .BI "\-p, \-\-port=" port Use the specified UDP port for all communications with peers, rather than an arbitarary kernel-assigned port.