mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
* middleware/chaos: fix version Move the version setting into a init function so it is done early. Then tweak the setup code for chaos a bit to correctly pick this version up. Add an integration test to pick this up in the toplevel test/ directory. Fixes #667 * Update tests