Unique rule-set names

This commit is contained in:
世界
2024-06-26 00:45:10 +08:00
parent 8d993fdabb
commit 1e294b1b30
16 changed files with 58 additions and 58 deletions

View File

@@ -46,7 +46,7 @@ func Read(reader io.Reader, recovery bool) (ruleSet option.PlainRuleSet, err err
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