Simple Linux Panel
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.
 
 
 
 
 
 
mdserver-web/plugins/v2ray/tmp/v2ray.json

54 lines
993 B

{
"log" : {
"access" : "/var/log/v2ray/access.log",
"error" : "/var/log/v2ray/error.log",
"loglevel":"warning"
},
"inbounds": [{
"port": 34861,
"listen": "127.0.0.1",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "6e1e5234-05ee-45fe-b28d-80e91edb7f30",
"alterId": 64
}
]
},
"streamSettings":{
"network": "ws",
"wsSettings": {
"path": "/ws"
}
}
}],
"outbounds": [{
"protocol": "freedom",
"settings": {}
},{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}],
"routing": {
"rules": [
{
"type": "field",
"ip": ["geoip:private"],
"outboundTag": "blocked"
}
]
},
"inboundDetour": [
{
"protocol": "shadowsocks",
"port": 30008,
"settings": {
"method": "aes-128-gcm",
"password": "123123123",
"udp": false
}
}
]
}