2024-11-16 11:31:00 +00:00
|
|
|
global
|
|
|
|
log stdout format raw local0 debug
|
|
|
|
|
|
|
|
defaults
|
|
|
|
log global
|
|
|
|
retries 0
|
2024-11-16 13:21:37 +00:00
|
|
|
#timeout connect 604800s
|
|
|
|
#timeout client 604800s
|
|
|
|
#timeout server 604800s
|
|
|
|
#timeout tunnel 604800s
|
|
|
|
#timeout queue 604800s
|
|
|
|
#timeout http-request 604800s
|
|
|
|
#timeout http-keep-alive 604800s
|
|
|
|
#timeout client-fin 604800s
|
|
|
|
#timeout server-fin 604800s
|
|
|
|
#timeout check 604800s
|
2024-11-16 11:31:00 +00:00
|
|
|
option tcplog
|
|
|
|
|
2024-11-16 09:29:17 +00:00
|
|
|
frontend tor-north
|
2024-11-16 11:31:00 +00:00
|
|
|
bind 127.0.0.1:19818 accept-proxy
|
|
|
|
mode tcp
|
|
|
|
default_backend inspircd-south
|
2024-11-16 09:29:17 +00:00
|
|
|
|
|
|
|
backend inspircd-south
|
2024-11-16 11:31:00 +00:00
|
|
|
mode tcp
|
|
|
|
server inspircd 127.0.0.1:7001 send-proxy-v2
|