feat(outbounds): Add 'select' outbound type to the configuration

This commit is contained in:
ReturnFI
2025-12-27 20:29:27 +00:00
parent 14f4df1212
commit 57210ba1ea

View File

@ -70,11 +70,19 @@
{ {
"outbounds": [ "outbounds": [
"auto", "auto",
"direct" "direct",
"select"
], ],
"tag": "proxy", "tag": "proxy",
"type": "selector" "type": "selector"
}, },
{
"type": "selector",
"tag": "select",
"outbounds": [],
"interrupt_exist_connections": false
},
{ {
"interval": "10m", "interval": "10m",
"outbounds": [], "outbounds": [],