Skip to content

Instantly share code, notes, and snippets.

@bbecomp99
bbecomp99 / haproxy.cfg
Created November 16, 2020 06:01 — forked from cmer/haproxy.cfg
Simple, no bullshit TCP port forwarding using HAProxy
listen l1
bind 0.0.0.0:443
mode tcp
timeout connect 4000
timeout client 180000
timeout server 180000
server srv1 host.example.com:9443