Last active
April 17, 2023 08:38
-
-
Save wd/1445e3fcf0c9bc535a6e70d2de1d1624 to your computer and use it in GitHub Desktop.
基于 3.8.6 以上 ss 版本的方案
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"log": { | |
"loglevel": "none" | |
}, | |
"inbound": { | |
"port": 23456, | |
"listen": "127.0.0.1", | |
"protocol": "socks", | |
"settings": { | |
"udp": true | |
} | |
}, | |
"inboundDetour": | |
[ | |
{ | |
"port": 3333, | |
"listen": "0.0.0.0", | |
"protocol": "dokodemo-door", | |
"settings": { | |
"network": "tcp,udp", | |
"followRedirect": true | |
} | |
} | |
], | |
"outbound": { | |
"protocol": "vmess", | |
"settings": { | |
"vnext": [ | |
{ | |
"address": "这里输入你的服务器信息", | |
"port": 443, | |
"users": [ | |
{ | |
"id": "这里输入你的id,其他配置根据你需要配置", | |
"alterId": 10, | |
"security": "auto" | |
} | |
] | |
} | |
] | |
}, | |
"streamSettings": { | |
"network": "tcp" | |
} | |
}, | |
"policy": { | |
"levels": { | |
"0": {"uplinkOnly": 0} | |
} | |
} | |
} |
有任何问题,点击界面上面的 「检测 v2ray 状态」,把输出贴群里。
telgram 群: https://t.me/koolsharev2ray
大佬,如何下载ss插件?这么久没用梅林了,发现软件中心里面居然木有了
原版梅林如何安装?
请教koolshare ss 插件有离线下载地址么?
请教koolshare ss 插件有离线下载地址么?
请问支持伪装路径么?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这个版本是基于 koolshare ss 插件 3.8.6 及以上做的。有兴趣了解原理的可以看看 这里 更详细的说明。
这个版本做了离线包,相对简单一点。
在黑白名单 - 域名白名单 那里,填入
config.json
来编写。