* use urlfilter v0.11.1
Squashed commit of the following: commit 35d2c34355b093ec1daa40f156809a7cae089c20 Author: Simon Zolin <s.zolin@adguard.com> Date: Thu Jul 23 18:00:43 2020 +0300 * use urlfilter v0.11.1
This commit is contained in:
@@ -242,7 +242,7 @@ func applyAdditionalFiltering(clientAddr string, setts *dnsfilter.RequestFilteri
|
||||
return
|
||||
}
|
||||
|
||||
log.Debug("Using settings for client with IP %s", clientAddr)
|
||||
log.Debug("Using settings for client %s with IP %s", c.Name, clientAddr)
|
||||
|
||||
if c.UseOwnBlockedServices {
|
||||
Context.dnsFilter.ApplyBlockedServices(setts, c.BlockedServices, false)
|
||||
|
||||
Reference in New Issue
Block a user