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" - } - } ''; }; }