fix bugs
This commit is contained in:
@@ -2,6 +2,6 @@ proxy:{% for i in instances %}
|
||||
- url: "socks5://192.168.122.128:{{1080+i["idx"]}}"
|
||||
weight: {{i["weight"]}}
|
||||
{% end %}
|
||||
load-balance-mode: "cached-shuffle"
|
||||
load-balance-mode: "{{load_balance_mode}}"
|
||||
cache-max-length: 256
|
||||
dynamic-weight-file: "{{dynamic_weight_fp}}"
|
||||
|
||||
Reference in New Issue
Block a user