Masood or anyone....
Found these instructions on the web and wondering if this is safe to do and does fix the problem of recursive servers:
Code:For who have recently notice that now DNSreport do verify if your DNS is recursive lookup or not, here is the tip on how to set it up. open you named.conf and add before options { the follow lines: acl "trusted" { xxx.xxx.xxx.xxx; yyy.yyy.yyy.yyy; }; where xxx.xxx.xxx.xxx is your ip address same for yyy.yyy.yyy.yyy. for cpanel users, you can find yours ips in the follow file: /etc/nameserverips after that, inside the options add after the line "// query-source address * port 53;" the follow: allow-recursion { trusted; }; allow-notify { trusted; }; allow-transfer { trusted; }; also uncomment the line "// query-source address * port 53;" "to query-source address * port 53;" with out the " (double-quotes). restart your service. Verify again your status with DNSreport.


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks