diff --git a/man/3proxy.cfg.3 b/man/3proxy.cfg.3 index 22f141c..adeab05 100644 --- a/man/3proxy.cfg.3 +++ b/man/3proxy.cfg.3 @@ -151,6 +151,12 @@ listen on given local HOST:port for incoming connections instead of making remot .br .B -rHOST:port connect to given remote HOST:port instead of listening local connection on -p or default port. Can be used with another 3proxy service running -R option for connect back functionality. Most commonly used with proxy or socks. HOST can be given as IP or hostname, useful in case of dynamic DNS. +.br +.B -ocOPTIONS, -osOPTIONS, -olOPTIONS +options for client (oc), server (os) or listening (ol) socket. Options like TCP_CORK, TCP_NODELAY, TCP_DEFER_ACCEPT, TCP_QUICKACK, TCP_TIMESTAMPS, USE_TCP_FASTOPEN, SO_REUSEADDR, SO_REUSEPORT, SO_PORT_SCALABILITY, SO_REUSE_UNICASTPORT, SO_KEEPALIVE, SO_DONTROUTE may be supported depending on OS. +.br +.B -DiINTERFACE, -DoINTERFACE +bind incoming connection / outgoing connection to given INTERFACE (e.g. eth0) if SO_BINDTODEVICE supported by system .br Also, all options mentioned for .BR proxy (8)