Linux : Protect yourself by hiding your BIND version
Add the following value to named.conf to hide your version of bind :
version “[SECURED]“
here is an example :
options {
directory “/var/named”;
version “[SECURED]“;
};
After this you need to restart the named server
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply