all: sync with master

This commit is contained in:
Eugene Burkov
2025-03-20 18:30:28 +03:00
parent bd16eee509
commit ef7d71dd67
8 changed files with 56 additions and 42 deletions

View File

@@ -932,10 +932,9 @@ func (d *DNSFilter) matchHost(
ufReq := &urlfilter.DNSRequest{
Hostname: host,
SortedClientTags: setts.ClientTags,
// TODO(e.burkov): Wait for urlfilter update to pass net.IP.
ClientIP: setts.ClientIP,
ClientName: setts.ClientName,
DNSType: rrtype,
ClientIP: setts.ClientIP,
ClientName: setts.ClientName,
DNSType: rrtype,
}
d.engineLock.RLock()