From 4900472247ffa7b2dd2fea541569b22abd721eec Mon Sep 17 00:00:00 2001 From: James Eversole Date: Mon, 11 Sep 2023 18:24:06 -0500 Subject: [PATCH] Drop DNS for the cesspit of the internet --- nix/system/dns.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nix/system/dns.nix b/nix/system/dns.nix index 40acfff..0d8f337 100644 --- a/nix/system/dns.nix +++ b/nix/system/dns.nix @@ -53,6 +53,18 @@ } # Stop unblocking these sites. Seriously. + reddit.com { + template IN A { + answer "{{ .Name }} 0 IN A 127.0.0.1" + } + } + + *.reddit.com { + template IN A { + answer "{{ .Name }} 0 IN A 127.0.0.1" + } + } + lobste.rs { template IN A { answer "{{ .Name }} 0 IN A 127.0.0.1"