mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-12 14:28:15 +03:00
Inbound rule support
This commit is contained in:
6
constant/rule.go
Normal file
6
constant/rule.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
RuleTypeDefault = "default"
|
||||
RuleTypeLogical = "logical"
|
||||
)
|
||||
Reference in New Issue
Block a user