mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-19 05:55:44 +00:00
* Refactor core config gen * Update tag naming * Support sing-box 1.11 DNS * Fix * Optimize ProfileItem acquisition speed * Fix * Fix
16 lines
No EOL
171 B
Text
16 lines
No EOL
171 B
Text
{
|
|
"log": {
|
|
"level": "debug",
|
|
"timestamp": true
|
|
},
|
|
"inbounds": [],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct",
|
|
"tag": "direct"
|
|
}
|
|
],
|
|
"route": {
|
|
"rules": []
|
|
}
|
|
} |