mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-16 18:09:47 +03:00
After filters were redownloaded and deemed to be fresh, tell coredns server to reload
This commit is contained in:
parent
876854d403
commit
fe397943d6
1 changed files with 1 additions and 0 deletions
|
@ -851,6 +851,7 @@ func refreshFiltersIfNeccessary() int {
|
|||
errortext := fmt.Sprintf("Couldn't write filter file: %s", err)
|
||||
log.Println(errortext)
|
||||
}
|
||||
tellCoreDNSToReload()
|
||||
}
|
||||
return updateCount
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue