feat: add must_direct outbound

This commit is contained in:
mzz2017
2023-02-12 23:11:40 +08:00
parent 45db7835a5
commit feb58925a4
6 changed files with 22 additions and 10 deletions

View File

@ -15,6 +15,7 @@ import (
"strings"
)
var FakeOutbound_MUST_DIRECT = consts.OutboundMustDirect.String()
var FakeOutbound_AND = consts.OutboundLogicalAnd.String()
var FakeOutbound_OR = consts.OutboundLogicalOr.String()