v2rayN/v2rayN/ServiceLib/Sample/SingboxSampleClientConfig
2024-08-19 18:15:54 +08:00

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"
}
]
}
}