17 lines
329 B
INI
17 lines
329 B
INI
global
|
|
user haproxy
|
|
group haproxy
|
|
daemon
|
|
|
|
|
|
defaults
|
|
timeout connect 5000
|
|
timeout client 50000
|
|
timeout server 50000
|
|
|
|
listen minecraft
|
|
bind :25565
|
|
mode tcp
|
|
option tcplog
|
|
balance leastconn
|
|
server velocity1 192.168.45.2:25577 check-send-proxy check send-proxy-v2
|