Unique rule-set names

This commit is contained in:
世界
2024-10-13 13:07:02 +08:00
parent 93cf134995
commit 6bebe2483b
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