Unique rule-set names

This commit is contained in:
世界
2024-06-26 00:45:10 +08:00
parent 93cf134995
commit 6bebe2483b
15 changed files with 57 additions and 57 deletions

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