Drop DNS for the cesspit of the internet
This commit is contained in:
parent
254cf0221b
commit
4900472247
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user