From 57210ba1ead87be5e1b61b82fce6198ae1429265 Mon Sep 17 00:00:00 2001 From: ReturnFI <151555003+ReturnFI@users.noreply.github.com> Date: Sat, 27 Dec 2025 20:29:27 +0000 Subject: [PATCH] feat(outbounds): Add 'select' outbound type to the configuration --- core/scripts/normalsub/singbox.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/core/scripts/normalsub/singbox.json b/core/scripts/normalsub/singbox.json index cbcebd1..da9789f 100644 --- a/core/scripts/normalsub/singbox.json +++ b/core/scripts/normalsub/singbox.json @@ -70,11 +70,19 @@ { "outbounds": [ "auto", - "direct" + "direct", + "select" ], "tag": "proxy", "type": "selector" }, + { + "type": "selector", + "tag": "select", + + "outbounds": [], + "interrupt_exist_connections": false + }, { "interval": "10m", "outbounds": [],