v2rayN/v2rayN/ServiceLib/Sample/SingboxSampleClientConfig
DHR60 9c82df5b49
Refactor core config gen (#8768)
* Refactor core config gen

* Update tag naming

* Support sing-box 1.11 DNS

* Fix

* Optimize ProfileItem acquisition speed

* Fix

* Fix
2026-02-24 19:48:59 +08:00

16 lines
No EOL
171 B
Text

{
"log": {
"level": "debug",
"timestamp": true
},
"inbounds": [],
"outbounds": [
{
"type": "direct",
"tag": "direct"
}
],
"route": {
"rules": []
}
}