mirror of https://github.com/v2ray/v2ray-core
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
929 B
54 lines
929 B
{
|
|
"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,
|
|
"network": "tcp",
|
|
"outboundTag": "pass"
|
|
},
|
|
{
|
|
"type": "field",
|
|
"port": 443,
|
|
"network": "tcp",
|
|
"outboundTag": "pass"
|
|
},
|
|
{
|
|
"type": "field",
|
|
"port": 53,
|
|
"network": "tcp,udp",
|
|
"outboundTag": "pass"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|