1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-17 09:26:08 -04:00
v2fly/release/config/v2ray_official.json
2016-01-09 00:13:16 +01:00

51 lines
841 B
JSON

{
"port": 17173,
"log" : {
"access": "access.log"
},
"inbound": {
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "1ad52bdc-16d1-41a5-811d-f5c0c76d677b",
"alterId": 1024
}
]
}
},
"outbound": {
"protocol": "blackhole",
"settings": {}
},
"outboundDetour": [
{
"protocol": "freedom",
"settings": {},
"tag": "pass"
}
],
"routing": {
"strategy": "rules",
"settings": {
"rules": [
{
"type": "field",
"port": 80,
"outboundTag": "pass"
},
{
"type": "field",
"port": 443,
"outboundTag": "pass"
},
{
"type": "field",
"port": 53,
"outboundTag": "pass"
}
]
}
}
}