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"