Does coredns compiled binary not contain all the plugins compiled along with?

67 Views Asked by At

When I try to use proxy, I get error saying "proxy directive not found".

. {
    proxy . 8.8.8.8:53 {
        protocol https_google
    }
    prometheus
    errors
    log
}

I also tried to compile coredns using Go but I got lot of errors from the plugins and Go binary wasn't generated in the bin folder instead a new binary acmeprobe was there.

0

There are 0 best solutions below