X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/a8ce36a6a9e8bfb6f8b41ed3de0a250f91baa56a..HEAD:/proxy/tripe-mitm.8.in diff --git a/proxy/tripe-mitm.8.in b/proxy/tripe-mitm.8.in index 3a91258c..ade7dc05 100644 --- a/proxy/tripe-mitm.8.in +++ b/proxy/tripe-mitm.8.in @@ -119,9 +119,18 @@ Both .I local-port and .I remote-port -must be numbers; +may be numbers or UDP service names; .I remote-addr -may be a hostname or an IP address in dotted-quad format. Exactly two +may be a hostname, an IPv4 address in dotted-quad format, or an IPv6 +address in hex-and-colons format (this last obviously requires selecting +a different delimeter character). Additionally, +.I local-port +may be a string of the form +.BI ? file +to get the kernel to allocate an unused port number, and then write the +port to the named +.IR file . +Exactly two .B peer directives must be present. The one first registered is the .I left @@ -131,6 +140,16 @@ peer. The two peers must use .I different local ports. .TP +.BI peer4: name : local-port : remote-addr : remote-port +As for +.I peer +(see above), but force the use of IPv4. +.TP +.BI peer6: name : local-port : remote-addr : remote-port +As for +.I peer +(see above), but force the use of IPv6. +.TP .BI include: file Read more directives from .IR file .