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