mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-27 01:07:10 +00:00
fix: missing insertTriePolicy when process rule-set
This commit is contained in:
@@ -501,6 +501,7 @@ func NewResolver(config Config) *Resolver {
|
||||
case "rule-set":
|
||||
if p, ok := config.RuleProviders[key]; ok {
|
||||
log.Debugln("Adding rule-set policy: %s ", key)
|
||||
insertTriePolicy()
|
||||
r.policy = append(r.policy, domainSetPolicy{
|
||||
domainSetProvider: p,
|
||||
dnsClients: cacheTransform(nameserver),
|
||||
|
||||
Reference in New Issue
Block a user