订阅服务已支持clash
- 所有SSR节点
- 预设分流规则
- 自动选择ping值最快节点
使用方法
下载并安装clash:
订阅服务已支持clash
下载并安装clash:
新增peer1节点,peer2为老节点,互相无法ping通
分别在两个peer查看系统route
# peer1 ip route get 192.168.2.1 # result 192.168.2.21 dev wg0 src 192.168.2.1 uid 0 cache # peer2 ip route get 192.168.2.31 # result 192.168.2.31 via 50.16.8.1 dev eth0 src 50.16.8.50 uid 0 cache
https://github.com/maxsky/shadowsocksr-manyuser.git
make a dir and dive into
mkdir ~/hysteria && cd ~/hysteria
hysteria已接入SSR Service,可以通过如下方式体验
D:\docker\hysteria\client.json
{ "server": "jp.minirplus.com:989", "protocol": "udp", "up_mbps": 100, "down_mbps": 1000, "socks5": { "listen": ":1080", "timeout": 300, "disable_udp": false }, "insecure": false, "auth": "your-auth-string" //替换为SSR Service节点的protocol param的冒号后半部分的base64编码 }