forked from mirror/serenity
Fix custom_rule_set
This commit is contained in:
parent
a6d1a21560
commit
7fbd117cec
@ -38,7 +38,7 @@ func (t *Template) renderGeoResources(metadata M.Metadata, options *option.Optio
|
|||||||
DownloadDetour: downloadDetour,
|
DownloadDetour: downloadDetour,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if len(t.CustomDNSRules) == 0 {
|
} else if len(t.CustomRuleSet) == 0 {
|
||||||
var (
|
var (
|
||||||
downloadURL string
|
downloadURL string
|
||||||
downloadDetour string
|
downloadDetour string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user