feat: Add 'exclusion' connection type with direct route rule

This commit is contained in:
Andrey Petelin
2026-01-19 16:10:09 +05:00
parent 0672c55188
commit 6083009c80
3 changed files with 54 additions and 9 deletions

View File

@@ -46,6 +46,7 @@ SB_SERVICE_MIXED_INBOUND_PORT=4534
SB_DIRECT_OUTBOUND_TAG="direct-out"
# Route
SB_REJECT_RULE_TAG="reject-rule-tag"
SB_EXCLUSION_RULE_TAG="exclusion-rule-tag"
# Experimental
SB_CLASH_API_CONTROLLER_PORT=9090