Files
Archive/v2rayn/v2rayN/ServiceLib/Sample/SingboxSampleClientConfig
T
2025-08-10 20:40:10 +02:00

23 lines
261 B
Plaintext

{
"log": {
"level": "debug",
"timestamp": true
},
"inbounds": [],
"outbounds": [
{
"type": "vless",
"tag": "proxy",
"server": "",
"server_port": 443
},
{
"type": "direct",
"tag": "direct"
}
],
"route": {
"rules": [
]
}
}