From d758ccbbd56719ba406fc110e1f2889c86e54747 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 20 Nov 2023 14:40:17 +0000 Subject: [PATCH] Deny requests rather than dropping them This returns a response immediately rather than dropping the connection and letting the client time out --- Corefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Corefile b/Corefile index 4b66441..4414e1c 100644 --- a/Corefile +++ b/Corefile @@ -11,3 +11,9 @@ forward . 127.0.0.11 } + +. { + acl { + block + } +} \ No newline at end of file