1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-19 02:16:11 -04:00
v2fly/release/config/v2ray_official.json

54 lines
929 B
JSON
Raw Normal View History

2015-11-26 07:36:54 -05:00
{
"port": 17173,
"log" : {
"access": "access.log"
},
"inbound": {
"protocol": "vmess",
"settings": {
"clients": [
2016-01-08 18:13:16 -05:00
{
"id": "1ad52bdc-16d1-41a5-811d-f5c0c76d677b",
"alterId": 1024
}
2015-11-26 07:36:54 -05:00
]
}
},
"outbound": {
"protocol": "blackhole",
"settings": {}
},
"outboundDetour": [
{
"protocol": "freedom",
"settings": {},
"tag": "pass"
}
],
"routing": {
"strategy": "rules",
"settings": {
"rules": [
{
"type": "field",
"port": 80,
2016-01-10 15:38:37 -05:00
"network": "tcp",
2015-11-26 07:36:54 -05:00
"outboundTag": "pass"
},
{
"type": "field",
"port": 443,
2016-01-10 15:38:37 -05:00
"network": "tcp",
2015-11-26 07:36:54 -05:00
"outboundTag": "pass"
},
{
"type": "field",
"port": 53,
2016-01-10 15:38:37 -05:00
"network": "tcp,udp",
2015-11-26 07:36:54 -05:00
"outboundTag": "pass"
}
]
}
}
}