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.
33 lines
537 B
33 lines
537 B
{
|
|
"inbounds": [{
|
|
"port": 10086,
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"clients": [
|
|
{
|
|
"id": "23ad6b10-8d1a-40f7-8ad0-e3e35cd38297",
|
|
"level": 1,
|
|
"alterId": 64
|
|
}
|
|
]
|
|
}
|
|
}],
|
|
"outbounds": [{
|
|
"protocol": "freedom",
|
|
"settings": {}
|
|
},{
|
|
"protocol": "blackhole",
|
|
"settings": {},
|
|
"tag": "blocked"
|
|
}],
|
|
"routing": {
|
|
"rules": [
|
|
{
|
|
"type": "field",
|
|
"ip": ["geoip:private"],
|
|
"outboundTag": "blocked"
|
|
}
|
|
]
|
|
}
|
|
}
|