mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-08 00:34:21 +00:00
35 lines
No EOL
421 B
Text
35 lines
No EOL
421 B
Text
{
|
|
"log": {
|
|
"level": "debug",
|
|
"timestamp": true
|
|
},
|
|
"inbounds": [],
|
|
"outbounds": [
|
|
{
|
|
"type": "vless",
|
|
"tag": "proxy",
|
|
"server": "",
|
|
"server_port": 443
|
|
},
|
|
{
|
|
"type": "direct",
|
|
"tag": "direct"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"tag": "block"
|
|
},
|
|
{
|
|
"tag": "dns_out",
|
|
"type": "dns"
|
|
}
|
|
],
|
|
"route": {
|
|
"rules": [
|
|
{
|
|
"protocol": [ "dns" ],
|
|
"outbound": "dns_out"
|
|
}
|
|
]
|
|
}
|
|
} |