# Default Corefile, see https://coredns.io for more information.

# Answer every below the root, with the whoami plugin. Log all queries
# and errors on standard output.
. {
    loop    # coredns.io/plugins/loop
    forward . /etc/coredns/resolv.conf { except vstoragedomain. }
    whoami  # coredns.io/plugins/whoami
    log . {
        class error
    }       # coredns.io/plugins/log
    errors  # coredns.io/plugins/errors
    prometheus localhost:9253
    cache
}
import /etc/coredns/zones/*conf
