v2rayN/v2rayN/ServiceLib/Sample/SingboxSampleClientConfig

35 lines
421 B
Text
Raw Normal View History

2023-04-23 12:21:52 +00:00
{
"log": {
"level": "debug",
"timestamp": true
},
2024-05-14 05:42:42 +00:00
"inbounds": [],
2023-04-23 12:21:52 +00:00
"outbounds": [
{
"type": "vless",
"tag": "proxy",
"server": "",
"server_port": 443
},
{
"type": "direct",
"tag": "direct"
},
{
"type": "block",
"tag": "block"
2023-12-25 08:42:23 +00:00
},
{
"tag": "dns_out",
"type": "dns"
2023-04-23 12:21:52 +00:00
}
],
"route": {
2023-12-25 08:42:23 +00:00
"rules": [
{
"protocol": [ "dns" ],
"outbound": "dns_out"
}
]
2023-04-23 12:21:52 +00:00
}
}