1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
.TH GO-MMPROXY "1" "July 2018" "go-mmproxy 1.0" "User Commands"
.SH NAME
go-mmproxy \- application to terminate HAProxy's PROXY protocol
.SH DESCRIPTION
.SS "Usage of go-mmproxy:"
.HP
\fB\-4\fR string
.IP
Address to which IPv4 traffic will be forwarded to (default "127.0.0.1:443")
.HP
\fB\-6\fR string
.IP
Address to which IPv6 traffic will be forwarded to (default "[::1]:443")
.HP
\fB\-allowed\-subnets\fR string
.IP
Path to a file that contains allowed subnets of the proxy servers
.HP
\fB\-close\-after\fR int
.IP
Number of seconds after which UDP socket will be cleaned up (default 60)
.HP
\fB\-l\fR string
.IP
Address the proxy listens on (default "0.0.0.0:8443")
.HP
\fB\-listeners\fR int
.IP
Number of listener sockets that will be opened for the listen address (Linux 3.9+) (default 1)
.HP
\fB\-mark\fR int
.IP
The mark that will be set on outbound packets
.HP
\fB\-p\fR string
.IP
Protocol that will be proxied: tcp, udp (default "tcp")
.HP
\fB\-v\fR int
.IP
0 \- no logging of individual connections
.br
1 \- log errors occurring in individual connections
.br
2 \- log all state changes of individual connections
|