Skip to content

Instantly share code, notes, and snippets.

@Chachu1
Chachu1 / haproxy.cfg
Last active June 27, 2021 07:20 — forked from cmer/haproxy.cfg
Simple, no bullshit TCP port forwarding using HAProxy
listen https
bind 0.0.0.0:443
mode tcp
timeout connect 4000
timeout client 180000
timeout server 180000
server s1 host.example.com:443