tcpproxy/haproxy.cfg
2023-06-12 21:13:59 +01:00

16 lines
207 B
INI

global
log stderr local0 debug
defaults
mode tcp
log global
option tcplog
timeout connect 5s
timeout client 50s
timeout server 50s
listen tcp-in
bind "0.0.0.0:${PORT}"
server server1 "${TARGET}"