Skip to content

Commit

Permalink
Fix custom_rule_set
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Mar 26, 2024
1 parent e84282f commit 5f8f759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/render_geo_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f8f759

Please sign in to comment.