coredns icon indicating copy to clipboard operation
coredns copied to clipboard

plugin/auto: the different zone in directory not work.

Open brotherlu-xcq opened this issue 11 months ago • 0 comments

I have a zone example.com in Corefile like below:

. {
    auto example.org {
        directory D:\\coredns\\zones
        reload 5s
    }
}

and have 2 zones in D:\\coredns\\zones:

Image

I want to known the popurse of just using the zone in Corefile, not in the directory?

if we just want the zone in Corefile work, why we still load all the zones in the directory?

brotherlu-xcq avatar May 06 '25 11:05 brotherlu-xcq