b4e0bbf0a4
Wrap up connection into proxy-protocol handler. See examples/proxy-protocol/haproxy* to test it Signed-off-by: steigr <me@stei.gr>
14 lines
215 B
INI
14 lines
215 B
INI
global
|
|
daemon
|
|
maxconn 4
|
|
|
|
defaults
|
|
mode tcp
|
|
timeout server 3600
|
|
timeout client 3600
|
|
timeout connect 5
|
|
|
|
listen ircd-demo
|
|
bind *:9667
|
|
server goircd-pv2 127.0.0.1:6667 send-proxy-v2
|