Unblock Hacker News again :^)

This commit is contained in:
James Eversole 2023-12-21 15:59:27 -06:00
parent 8e5897ad4f
commit 2ca6b54d9e

View File

@ -53,23 +53,12 @@
} }
# Stop unblocking these sites. Seriously. # Stop unblocking these sites. Seriously.
# No. :)
lobste.rs { lobste.rs {
template IN A { template IN A {
answer "{{ .Name }} 0 IN A 127.0.0.1" 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"
}
}
''; '';
}; };
} }