Drop DNS for the cesspit of the internet

This commit is contained in:
James Eversole 2023-09-11 18:24:06 -05:00
parent 254cf0221b
commit 4900472247

View File

@ -53,6 +53,18 @@
} }
# Stop unblocking these sites. Seriously. # 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 { 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"