mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +00:00
23 lines
No EOL
261 B
Text
23 lines
No EOL
261 B
Text
{
|
|
"log": {
|
|
"level": "debug",
|
|
"timestamp": true
|
|
},
|
|
"inbounds": [],
|
|
"outbounds": [
|
|
{
|
|
"type": "vless",
|
|
"tag": "proxy",
|
|
"server": "",
|
|
"server_port": 443
|
|
},
|
|
{
|
|
"type": "direct",
|
|
"tag": "direct"
|
|
}
|
|
],
|
|
"route": {
|
|
"rules": [
|
|
]
|
|
}
|
|
} |