Skip to content

Instantly share code, notes, and snippets.

@sk163
Forked from wd/config.json
Created June 6, 2019 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sk163/d997018a69f03275a0cf509d4eadb33f to your computer and use it in GitHub Desktop.
Save sk163/d997018a69f03275a0cf509d4eadb33f to your computer and use it in GitHub Desktop.
基于 3.8.6 以上 ss 版本的方案
{
"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}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment