-(dnsforward): the issue with cache and custom upstreams

 Closes: https://github.com/AdguardTeam/AdGuardHome/issues/1301
This commit is contained in:
Andrey Meshkov
2019-12-24 11:19:36 +03:00
parent 3a077717ae
commit 670810c433
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/AdguardTeam/AdGuardHome
go 1.13
require (
github.com/AdguardTeam/dnsproxy v0.23.3
github.com/AdguardTeam/dnsproxy v0.23.4
github.com/AdguardTeam/golibs v0.3.0
github.com/AdguardTeam/urlfilter v0.7.0
github.com/NYTimes/gziphandler v1.1.1