mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Send DNS queries to special domain only to local resolvers
This commit is contained in:
parent
b4133cb3dd
commit
99185ba125
1 changed files with 0 additions and 1 deletions
|
@ -195,7 +195,6 @@ func GetResolversInScope(ctx context.Context, q *Query) (selected []*Resolver, p
|
|||
if domainInScope(q.dotPrefixedFQDN, specialUseDomains) ||
|
||||
domainInScope(q.dotPrefixedFQDN, specialServiceDomains) {
|
||||
selected = addResolvers(ctx, q, selected, localResolvers)
|
||||
selected = addResolvers(ctx, q, selected, systemResolvers)
|
||||
return selected, "special", true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue