mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 02:33:14 -04:00
Add roundrobin middleware
This middleware allows you to round robin a/aaaa records in a reply and maybe more in the future (i.e.) sort a packet?
This commit is contained in:
@@ -51,9 +51,10 @@ var directiveOrder = []directive{
|
||||
{"shutdown", setup.Shutdown},
|
||||
|
||||
// Directives that inject handlers (middleware)
|
||||
{"prometheus", setup.Prometheus},
|
||||
{"loadbalance", setup.Loadbalance},
|
||||
{"log", setup.Log},
|
||||
{"errors", setup.Errors},
|
||||
{"prometheus", setup.Prometheus},
|
||||
{"rewrite", setup.Rewrite},
|
||||
{"file", setup.File},
|
||||
{"proxy", setup.Proxy},
|
||||
|
||||
Reference in New Issue
Block a user