下面是查看配置文件的显示:
[root@vultr ~]# cat /etc/v2ray/config.json
{
"inbounds": [{
"port": 28963,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "c24da878-a287-4c2e-8283-c99dad985f7f",
"level": 1,
"alterId": 64
}
]
}
}],
"outbounds": [{
"protocol": "freedom",
"settings": {}
},{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}],
"routing": {
"rules": [
{
"type": "field",
"ip": ["geoip:private"],
"outboundTag": "blocked"
}
]
}
} |