tags: [‘clash’]
categories: ‘经验教程’
# 一、在 clash 配置页面配置预处理配置
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
| parsers: - reg: 'slbable$' yaml: append-proxy-groups: - name: ⚖️ 负载均衡-散列 type: load-balance url: 'http://www.google.com/generate_204' interval: 300 strategy: consistent-hashing - name: ⚖️ 负载均衡-轮询 type: load-balance url: 'http://www.google.com/generate_204' interval: 300 strategy: round-robin commands: - proxy-groups.⚖️ 负载均衡-散列.proxies=[]proxyNames - proxy-groups.0.proxies.0+⚖️ 负载均衡-散列 - proxy-groups.⚖️ 负载均衡-轮询.proxies=[]proxyNames - proxy-groups.0.proxies.0+⚖️ 负载均衡-轮询
|
# 二、重新下载配置文件
在配置 url 尾部添加 #slbable
,下载完成即可选择轮询与散列模式。