github.com/sagernet/sing-box@v1.9.0-rc.20/constant/rule.go (about) 1 package constant 2 3 const ( 4 RuleTypeDefault = "default" 5 RuleTypeLogical = "logical" 6 ) 7 8 const ( 9 LogicalTypeAnd = "and" 10 LogicalTypeOr = "or" 11 ) 12 13 const ( 14 RuleSetTypeLocal = "local" 15 RuleSetTypeRemote = "remote" 16 RuleSetVersion1 = 1 17 RuleSetFormatSource = "source" 18 RuleSetFormatBinary = "binary" 19 )