39 lines
605 B
JSON
39 lines
605 B
JSON
{
|
|
"inbounds": [{
|
|
"port": 80,
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"clients": [
|
|
{
|
|
"id": "",
|
|
"level": 1,
|
|
"alterId": 64
|
|
}
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"network": "ws",
|
|
"wsSettings": {
|
|
"path": "/ray"
|
|
}
|
|
}
|
|
}],
|
|
"outbounds": [{
|
|
"protocol": "freedom",
|
|
"settings": {}
|
|
},{
|
|
"protocol": "blackhole",
|
|
"settings": {},
|
|
"tag": "blocked"
|
|
}],
|
|
"routing": {
|
|
"rules": [
|
|
{
|
|
"type": "field",
|
|
"ip": ["geoip:private"],
|
|
"outboundTag": "blocked"
|
|
}
|
|
]
|
|
}
|
|
}
|