{
"inbounds": [
{
"port": 28963,
"listen": "127.0.0.1",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "c24da878-a287-4c2e-8283-c99dad985f7f",
"alterId": 64
}
]
},
"streamSettings": {
"network": "tcp",
"security": "none",
"tcpSettings": {
"type": "none"
}
},
"tag": "",
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}
],
"routing": {
"rules": [
{
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
}
]
}
}
我的VPS里面的路径是 /etc/v2ray/config.json ,我用你说的命令如何把VPS服务器里面这个改成我发的代码呢? |