Fix and update

This commit is contained in:
世界
2022-10-26 19:36:12 +08:00
parent 50c4bf766c
commit 4a32d56c17
5 changed files with 9 additions and 17 deletions

View File

@@ -96,7 +96,6 @@ func parse(vGeositeData []byte) (map[string][]geosite.Item, error) {
for _, attribute := range domain.Attribute {
attributes[attribute.Key] = append(attributes[attribute.Key], domain)
}
continue
}
switch domain.Type {
case routercommon.Domain_Plain: