From ef556a7c68e8eedb028a0cb4a8afbbc959d53cbe Mon Sep 17 00:00:00 2001 From: sn0wb0i Date: Sat, 21 Sep 2019 16:54:41 -0400 Subject: [PATCH] Disable ANY records due to DDoS --- unbound.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unbound.conf b/unbound.conf index 755d4b0..24dd10e 100644 --- a/unbound.conf +++ b/unbound.conf @@ -12,6 +12,9 @@ include: "/etc/unbound/unbound.conf.d/*.conf" server: hide-version: yes + # Disable ANY records due to DDoS + deny-any: yes + interface: 127.0.0.1 interface: ::1