Skip to content

"plugin/auto: no next plugin found" causing apparently erroneous NOERROR logs #6527

Discussion options

You must be logged in to vote

A hacky workaround would be to forward non-existent zones to a local listener that answers with SERVFAIL.

com:1053 { 
    auto { 
        directory /zones/com
        reload 60s
    }
    forward . 127.0.0.1:1054
}

com:1054 { 
    template ANY ANY { 
        rcode SERVFAIL
    }
}

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@chrisohaver
Comment options

Comment options

You must be logged in to vote
2 replies
@josh-fayer-cleandns
Comment options

@josh-fayer-cleandns
Comment options

Answer selected by josh-fayer-cleandns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants