Skip to content

How can template return NOERROR on CH class queries? #6373

Answered by rdrozhdzh
matsduf asked this question in Q&A
Discussion options

You must be logged in to vote

CHAOS class is enabled only when you use any of the plugins listed here

// EnableChaos is a map with plugin names for which we should open CH class queries as we block these by default.
var EnableChaos = map[string]struct{}{
"chaos": {},
"forward": {},
"proxy": {},
}

Otherwise coredns responds with REFUSED to all CH queries

Replies: 2 comments 6 replies

Comment options

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

Comment options

You must be logged in to vote
5 replies
@matsduf
Comment options

@chrisohaver
Comment options

@matsduf
Comment options

@matsduf
Comment options

@matsduf
Comment options

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