ovpn-lb-socks5/go-socks-lb.yml.template
2020-04-14 17:36:58 -04:00

8 lines
226 B
Plaintext

proxy:{% for i in instances %}
- url: "socks5://192.168.122.128:{{1080+i["idx"]}}"
weight: {{i["weight"]}}
{% end %}
load-balance-mode: "cached-shuffle"
cache-max-length: 256
dynamic-weight-file: "{{dynamic_weight_fp}}"