Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to turn on allow-query without needing recursion=>true #121

Open
WetHippie opened this issue Apr 19, 2017 · 1 comment
Open

Ability to turn on allow-query without needing recursion=>true #121

WetHippie opened this issue Apr 19, 2017 · 1 comment

Comments

@WetHippie
Copy link

Bind does not require recursion to be on in order for the allow-query { ... } block to be usable. However, in your template for view.erb, the allow-query and allow-query-on conditionals are internal to the "if recursion" block. This effectively prevents me from allowing external queries to a public DNS, but not allowing recursive behaviour (bad on public DNS). Is there a reason why this behaviour is so that I'm missing?

@WetHippie
Copy link
Author

WetHippie commented Apr 19, 2017

Here's some useful online docs on the query entries:

http://www.zytrax.com/books/dns/ch7/queries.html#allow-query

Note that allow-query is not influenced by the recursion setting, but allow-query-cache is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant