Fix custom_rule_set

This commit is contained in:
世界 2024-03-26 19:10:25 +08:00
parent a6d1a21560
commit 7fbd117cec
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -38,7 +38,7 @@ func (t *Template) renderGeoResources(metadata M.Metadata, options *option.Optio
DownloadDetour: downloadDetour,
}
}
} else if len(t.CustomDNSRules) == 0 {
} else if len(t.CustomRuleSet) == 0 {
var (
downloadURL string
downloadDetour string