8 lines
226 B
Plaintext
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}}"
|