From 2ca6b54d9ea37d6079aaac6e1f5eb409e65f96f2 Mon Sep 17 00:00:00 2001 From: James Eversole Date: Thu, 21 Dec 2023 15:59:27 -0600 Subject: [PATCH] Unblock Hacker News again :^) --- nix/system/dns.nix | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/nix/system/dns.nix b/nix/system/dns.nix index 526aec8..271b560 100644 --- a/nix/system/dns.nix +++ b/nix/system/dns.nix @@ -52,24 +52,13 @@ cache } - # Stop unblocking these sites. Seriously. + # Stop unblocking these sites. Seriously. + # No. :) lobste.rs { template IN A { answer "{{ .Name }} 0 IN A 127.0.0.1" } } - - ycombinator.com { - template IN A { - answer "{{ .Name }} 0 IN A 127.0.0.1" - } - } - - *.ycombinator.com { - template IN A { - answer "{{ .Name }} 0 IN A 127.0.0.1" - } - } ''; }; }