From 068072bc5ae7db8610b2a261849b4c1607c10d75 Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Fri, 17 May 2019 14:16:08 +0300 Subject: [PATCH] * go linter --- config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.go b/config.go index 465258a6..49ffe93a 100644 --- a/config.go +++ b/config.go @@ -119,10 +119,10 @@ var config = configuration{ BindHost: "0.0.0.0", Port: 53, FilteringConfig: dnsforward.FilteringConfig{ - ProtectionEnabled: true, // whether or not use any of dnsfilter features - FilteringEnabled: true, // whether or not use filter lists + ProtectionEnabled: true, // whether or not use any of dnsfilter features + FilteringEnabled: true, // whether or not use filter lists BlockingMode: "nxdomain", // mode how to answer filtered requests - BlockedResponseTTL: 10, // in seconds + BlockedResponseTTL: 10, // in seconds QueryLogEnabled: true, Ratelimit: 20, RefuseAny: true,