Skip to content

Instantly share code, notes, and snippets.

@techotaku
techotaku / haproxy.cfg
Created January 8, 2018 14:18
SNI Proxy for Netflix
# sudo docker run -d --name unblocker-ha -v $HOME/unblocker:/usr/local/etc/haproxy -p 443:443/tcp --link unblocker-sni \
# --log-opt max-size=1m --restart=unless-stopped tarot13/haproxy
defaults
timeout connect 5s
timeout client 24h
timeout server 24h
global
log /dev/log local0