mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-04 09:17:32 -05:00
54 lines
929 B
JSON
54 lines
929 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,
|
|
"network": "tcp",
|
|
"outboundTag": "pass"
|
|
},
|
|
{
|
|
"type": "field",
|
|
"port": 443,
|
|
"network": "tcp",
|
|
"outboundTag": "pass"
|
|
},
|
|
{
|
|
"type": "field",
|
|
"port": 53,
|
|
"network": "tcp,udp",
|
|
"outboundTag": "pass"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|