• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

DNS recursion local only does not work

JeremiahC

New Pleskian
Plesk 9.5.4 windows. When I check Allow for local requests only under DNS Recursion, it changes the contents of the named.user.conf file to
options{ allow-recursion {localnets; }; version none;};
Then use my home computer to do an nslookup of google from the plesk server, the server responds to the recursive query.
When I change the selection to Deny it changes the contents of the named.user.conf to
options{ allow-recursion {none; }; version none;};
then I run the same test from my home pc and get
can't find google.com: Query refused.
Thich is the correct answer.

So my question is why is the local only not working? Does the localnets need to be defined somewhere?
 
Back
Top