socks5lb.yml 310 B

123456789101112131415
  1. server:
  2. socks5:
  3. addr: ":1080"
  4. backends:
  5. - addr: 192.168.25.1:1080
  6. check_config:
  7. check_url: https://www.google.com/robots.txt
  8. initial_alive: true
  9. timeout: 5
  10. - addr: 192.168.154.227:9050
  11. check_config:
  12. check_url: https://www.google.com/robots.txt
  13. initial_alive: true
  14. timeout: 30