openshift / coredns-mdns

CoreDNS plugin that serves .local mDNS info over normal DNS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caching does not work correctly

cybertron opened this issue · comments

After the change to add main.go for easier building, caching does not work properly with this plugin. The reason is that the plugin is added at the top of the list, which means that it comes before the cache plugin. We need to move it down the list so it comes after cache but before the other plugins.