Deny requests rather than dropping them
This returns a response immediately rather than dropping the connection and letting the client time out
This commit is contained in:
parent
12fb1243dd
commit
d758ccbbd5
1 changed files with 6 additions and 0 deletions
6
Corefile
6
Corefile
|
@ -11,3 +11,9 @@
|
||||||
|
|
||||||
forward . 127.0.0.11
|
forward . 127.0.0.11
|
||||||
}
|
}
|
||||||
|
|
||||||
|
. {
|
||||||
|
acl {
|
||||||
|
block
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue