1
Fork 0
coredns-docker-proxy/Corefile
Jake Howard d758ccbbd5 Deny requests rather than dropping them
This returns a response immediately rather than dropping the connection and letting the client time out
2023-11-20 14:40:17 +00:00

19 lines
No EOL
229 B
Text

. {
log
errors
cancel
view docker {
expr name() matches '^[a-zA-Z0-9-_]+\\.docker\\.$'
}
rewrite name suffix .docker . answer auto
forward . 127.0.0.11
}
. {
acl {
block
}
}