Advertisement
RootI

Untitled

May 5th, 2021
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. global
  2. user haproxy
  3. group haproxy
  4. daemon
  5. defaults
  6. option dontlognull
  7. timeout connect 200
  8. timeout check 3000
  9. timeout client 20000
  10. timeout server 20000
  11. frontend s1
  12. bind 0.0.0.0:25565
  13. default_backend 1
  14. backend 1
  15. mode tcp
  16. option tcp-check
  17. server srv1 писос:25565 check-send-proxy check send-proxy-v2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement