mirror of
https://github.com/nitezs/sub2sing-box.git
synced 2024-12-23 14:44:42 -05:00
22 lines
306 B
JSON
Executable File
22 lines
306 B
JSON
Executable File
{
|
|
"outbounds": [
|
|
{
|
|
"outbounds": ["<all-proxy-tags>", "direct"],
|
|
"tag": "default",
|
|
"type": "selector"
|
|
},
|
|
{
|
|
"tag": "direct",
|
|
"type": "direct"
|
|
},
|
|
{
|
|
"tag": "block",
|
|
"type": "block"
|
|
},
|
|
{
|
|
"tag": "dns",
|
|
"type": "dns"
|
|
}
|
|
]
|
|
}
|