برای رفع خطای
You have a local DNS server running but do not appear to have any recursion restrictions set. This is a security and performance risk and you should look at restricting recursive lookups to the local IP addresses only
فایل زیر را باز کنید
کد PHP:
nano /etc/named.conf 
و در داخل
کد PHP:
options 
عبارت زیر را قرار دهید
کد PHP:
allow-recursion localnets; }; 
و نیم را ری استارت کنید