mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Bump rule-set version
This commit is contained in:
parent
2f776168de
commit
9b8d6c1b73
9 changed files with 145 additions and 29 deletions
|
@ -13,7 +13,11 @@ const (
|
|||
const (
|
||||
RuleSetTypeLocal = "local"
|
||||
RuleSetTypeRemote = "remote"
|
||||
RuleSetVersion1 = 1
|
||||
RuleSetFormatSource = "source"
|
||||
RuleSetFormatBinary = "binary"
|
||||
)
|
||||
|
||||
const (
|
||||
RuleSetVersion1 = 1 + iota
|
||||
RuleSetVersion2
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue