Update config.json

pull/62/head
wulabing 2018-11-22 13:35:45 +08:00 committed by GitHub
parent c0fc295f9c
commit bbe7816f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 12 deletions

View File

@ -1,13 +1,14 @@
{ {
"inbounds": [ "inbounds": [
{ {
"port": 10000, "port": 10086,
"listen":"127.0.0.1", "listen": "127.0.0.1",
"tag": "vmess-in",
"protocol": "vmess", "protocol": "vmess",
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "b831381d-6324-4d53-ad4f-8cda48b30811", "id": "3f3effce-2640-4f29-b95b-a2106df6d96d",
"alterId": 64 "alterId": 64
} }
] ]
@ -15,15 +16,34 @@
"streamSettings": { "streamSettings": {
"network": "ws", "network": "ws",
"wsSettings": { "wsSettings": {
"path": "/ray" "path": "/e01ec5ea/",
"headers": { }
} }
} }
} }
], ],
"outbound": [ "outbounds": [
{ {
"protocol": "freedom", "protocol": "freedom",
"settings": {} "settings": { },
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": { },
"tag": "blocked"
} }
] ],
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"inboundTag": [
"vmess-in"
],
"outboundTag": "direct"
}
]
}
} }