Unique rule-set names

This commit is contained in:
世界
2024-10-07 04:58:54 +08:00
parent 1e3c136440
commit c2ab497ff4
15 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ func Read(reader io.Reader, recover bool) (ruleSet option.PlainRuleSet, err erro
return
}
if magicBytes != MagicBytes {
err = E.New("invalid sing-box rule set file")
err = E.New("invalid sing-box rule-set file")
return
}
var version uint8