mirror of
https://github.com/coredns/coredns.git
synced 2025-11-14 07:52:17 -05:00
Add middleware/erratic (#471)
This middleware allows playing with responses. Only one type is implemented: it allows you to drop queries. I.e. withhold the response from the client.
This commit is contained in:
@@ -96,4 +96,5 @@ var directives = []string{
|
||||
"proxy",
|
||||
"httpproxy",
|
||||
"whoami",
|
||||
"erratic",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user