mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-15 20:58:07 +00:00
58 lines
No EOL
830 B
Text
58 lines
No EOL
830 B
Text
{
|
|
"log": {
|
|
"access": "Vaccess.log",
|
|
"error": "Verror.log",
|
|
"loglevel": "warning"
|
|
},
|
|
"inbounds": [],
|
|
"outbounds": [
|
|
{
|
|
"tag": "proxy",
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"vnext": [{
|
|
"address": "",
|
|
"port": 0,
|
|
"users": [{
|
|
"id": "",
|
|
"security": "auto"
|
|
}]
|
|
}],
|
|
"servers": [{
|
|
"address": "",
|
|
"method": "",
|
|
"ota": false,
|
|
"password": "",
|
|
"port": 0,
|
|
"level": 1
|
|
}]
|
|
},
|
|
"streamSettings": {
|
|
"network": "tcp"
|
|
},
|
|
"mux": {
|
|
"enabled": false
|
|
}
|
|
},
|
|
{
|
|
"protocol": "freedom",
|
|
"tag": "direct"
|
|
},
|
|
{
|
|
"protocol": "blackhole",
|
|
"tag": "block"
|
|
}
|
|
],
|
|
"routing": {
|
|
"domainStrategy": "IPIfNonMatch",
|
|
"rules": [
|
|
{
|
|
"inboundTag": [
|
|
"api"
|
|
],
|
|
"outboundTag": "api",
|
|
"type": "field"
|
|
}
|
|
]
|
|
}
|
|
} |