tcpproxy/haproxy.cfg
2023-06-12 22:53:00 +01:00

12 lines
154 B
INI

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