Skip to main content

Recursive Queries

Comments

3 comments

  • cPanelMichael
    Hello :) In your /etc/named.conf file, look for: view "external" {
    What is the recursion value under this view? Thank you.
    0
  • john50
    Hello, I have the same problem with Recursive Queries, i see that there is no reaction from the member Markjcc, on the answer from cPanel Micheal, i got this on my /etc/named.conf file; view "external" { /* This view will contain zones you want to serve only to "external" clients * that have addresses that are not on your directly attached LAN interface subnets: */ recursion no; additional-from-cache no; // you'd probably want to deny recursion to external clients, so you don't // end up providing free DNS service to all takers // all views must contain the root hints zone: zone "." IN { type hint;
    0
  • cPanelMichael
    Hello :) That shows recursion is actually disabled already. You can generate a new instance of /etc/named.conf with the following commands: mv /etc/named.conf /etc/named.conf.backup1 /scripts/rebuilddnsconfig
    Does this make a different in the IntoDNS output? Thank you.
    0

Please sign in to leave a comment.