mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 10:13:14 -05:00
Middleware chaining fixes
For prometheus use the plain value, not a pointer and change all usages. Allow AXFR to be requested over udp as well and some other more log printed when commencing an AXFR.
This commit is contained in:
@@ -51,8 +51,8 @@ var directiveOrder = []directive{
|
||||
{"shutdown", setup.Shutdown},
|
||||
|
||||
// Directives that inject handlers (middleware)
|
||||
{"log", setup.Log},
|
||||
{"prometheus", setup.Prometheus},
|
||||
{"log", setup.Log},
|
||||
{"rewrite", setup.Rewrite},
|
||||
{"loadbalance", setup.Loadbalance},
|
||||
{"file", setup.File},
|
||||
|
||||
Reference in New Issue
Block a user