From af4a2e6e22321b72639ca3eec55e967eac36d29c Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Thu, 26 Mar 2026 20:11:39 +0100 Subject: [PATCH] dns: remove public DNS server It was subject to DoS --- clan/machines.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clan/machines.nix b/clan/machines.nix index 22e1e36..47d0370 100644 --- a/clan/machines.nix +++ b/clan/machines.nix @@ -27,7 +27,8 @@ tags = [ "garage" "server" - "dns" + # FIXME: find a way to protect the public DNS against DoS + # "dns" ]; }; };