Self Shadowsocks
clash
=== “clash”
1
2
- {"name":"node5","type":"ss","server":"node5.acsalab.com","port":4436,"cipher":"chacha20-ietf-poly1305","password":"xxx","udp":true}
- {"name":"node5-v6","type":"ss","server":"node5.acsalab.com","port":4436,"cipher":"chacha20-ietf-poly1305","password":"xxx","udp":true}
=== “yaml”
1
2
3
4
5
6
7
8
9
10
11
12
- name: my-ss-node5-tsj
type: ss
server: node5.acsalab.com
port: 4436
cipher: chacha20-ietf-poly1305
password: "xxx"
- name: my-ss-node5-tsj-v6
type: ss
server: 2001:da8:d800:730::217
port: 4436
cipher: chacha20-ietf-poly1305
password: "xxx"
And click proxy-groups
to add node5
参考文献
Self Shadowsocks
http://icarus.shaojiemike.top/2023/10/27/Work/network/vpn/selfSS/