1
Fork 0

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:
Jake Howard 2023-11-20 14:40:17 +00:00
parent 12fb1243dd
commit d758ccbbd5
1 changed files with 6 additions and 0 deletions

View File

@ -11,3 +11,9 @@
forward . 127.0.0.11
}
. {
acl {
block
}
}