Pull request home: fix client dns cache
Merge in DNS/adguard-home from custom-ups-cache-conf-fix to master Squashed commit of the following: commit 01a728e74b2e2e709c496794ca7ceb90703a02fc Author: Dimitry Kolyshev <dkolyshev@adguard.com> Date: Mon Nov 20 11:48:01 2023 +0200 home: fix client dns cache
This commit is contained in:
@@ -294,6 +294,8 @@ func (clients *clientsContainer) forConfig() (objs []*clientObject) {
|
||||
UseGlobalBlockedServices: !cli.UseOwnBlockedServices,
|
||||
IgnoreQueryLog: cli.IgnoreQueryLog,
|
||||
IgnoreStatistics: cli.IgnoreStatistics,
|
||||
UpstreamsCacheEnabled: cli.UpstreamsCacheEnabled,
|
||||
UpstreamsCacheSize: cli.UpstreamsCacheSize,
|
||||
}
|
||||
|
||||
objs = append(objs, o)
|
||||
|
||||
Reference in New Issue
Block a user