Add inline rule-set & Add reload for local rule-set

This commit is contained in:
世界
2024-07-22 12:44:12 +08:00
parent b597def048
commit f33f91cd01
14 changed files with 309 additions and 278 deletions
+1
View File
@@ -11,6 +11,7 @@ const (
)
const (
RuleSetTypeInline = "inline"
RuleSetTypeLocal = "local"
RuleSetTypeRemote = "remote"
RuleSetFormatSource = "source"