⬆ Upgrade dependences

 Re-add the group parameter
📝 Modify templates
This commit is contained in:
2024-10-20 00:46:01 +08:00
parent 4c9ce17994
commit 9f8bca3804
6 changed files with 252 additions and 15 deletions

21
templates/outbounds.json Normal file
View File

@ -0,0 +1,21 @@
{
"outbounds": [
{
"outbounds": ["<all-proxy-tags>", "direct"],
"tag": "default",
"type": "selector"
},
{
"tag": "direct",
"type": "direct"
},
{
"tag": "block",
"type": "block"
},
{
"tag": "dns",
"type": "dns"
}
]
}