bind9: recursion vs. allow-recursion
| Project: | Linux software |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Related pages: | #246: Troubleshooting bind9 |
Description
http://ftp.isc.org/isc/bind9/cur/9.7/doc/arm/Bv9ARM.ch06.html
I checked the definition and the usage of both recursion and allow-recursion. However, the documentation does not say how the two settings interact with each other.
What would the following do?
allow-recursion {127.0.0.1;}
recursion no;Would it do something different if the order were reversed?