From f1ae5d78d2ff2a424651030849e1788239a8748a Mon Sep 17 00:00:00 2001 From: Eugene Bujak Date: Wed, 26 Sep 2018 18:29:05 +0300 Subject: [PATCH] web backend -- generate corefile with blocked_ttl config parameter Closes #346. --- config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config.go b/config.go index 8b9d1c5c..c9b1b685 100644 --- a/config.go +++ b/config.go @@ -167,6 +167,7 @@ const coreDNSConfigTemplate = `. { {{if .ParentalEnabled}}parental {{.ParentalSensitivity}}{{end}} {{if .SafeSearchEnabled}}safesearch{{end}} {{if .QueryLogEnabled}}querylog{{end}} + blocked_ttl {{.BlockedResponseTTL}} } {{.Pprof}} hosts {