add v2ray, update

This commit is contained in:
2018-12-14 10:27:40 +08:00
parent 875a80a6a9
commit 00b8edf64f
5 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
{
"inbounds": [{
"port": 80,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "",
"level": 1,
"alterId": 64
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/ray"
}
}
}],
"outbounds": [{
"protocol": "freedom",
"settings": {}
},{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}],
"routing": {
"rules": [
{
"type": "field",
"ip": ["geoip:private"],
"outboundTag": "blocked"
}
]
}
}