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.
v2ray-core/release/config/vpoint_vmess_freedom.json

39 lines
633 B

{
"inbound": {
"port": 10086,
"protocol": "vmess",
"settings": {
"clients": [
9 years ago
{
"id": "23ad6b10-8d1a-40f7-8ad0-e3e35cd38297",
"level": 1,
"alterId": 64
9 years ago
}
9 years ago
]
}
},
"outbound": {
"protocol": "freedom",
"settings": {}
},
"outboundDetour": [
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}
],
"routing": {
"strategy": "rules",
"settings": {
"rules": [
{
"type": "field",
6 years ago
"ip": ["geoip:private"],
"outboundTag": "blocked"
}
]
}
}
}