X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/f492fa0b0f1081ddf8c9aa92aad24f803ed02d86..f88b41d65f2284fb974b40ff5915db730f4bad55:/server/tripe.8.in diff --git a/server/tripe.8.in b/server/tripe.8.in index aaaf2678..8b786828 100644 --- a/server/tripe.8.in +++ b/server/tripe.8.in @@ -37,7 +37,7 @@ tripe \- a simple VPN daemon .SH "SYNOPSIS" . .B tripe -.RB [ \-DF ] +.RB [ \-46DF ] .RB [ \-d .IR dir ] .RB [ \-b @@ -165,6 +165,15 @@ Writes to standard output a list of the configured tunnel drivers, one per line, and exits with status 0. This is intended for the use of the start-up script, so that it can check that it will actually work. .TP +.B "\-4, \-\-ipv4" +Use only IPv4 addresses. The server will resolve names only to IPv4 +addresses, and not attempt to create IPv6 sockets. +.TP +.B "\-6, \-\-ipv6" +Use only IPv6 addresses. The server will resolve names only to IPv6 +addresses, and not attempt to create IPv4 sockets. Note that v6-mapped +IPv4 addresses won't work either. +.TP .B "\-D, \-\-daemon" Dissociates from its terminal and starts running in the background after completing the initialization procedure described above. If running as