This commit is contained in:
2020-04-18 00:19:20 -04:00
parent 544aacf0fd
commit b0b783f7c8
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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}}"