Hide DNS Version at Power DNS
Hello,
Is there a way to hide DNS Server Version for Power DNS?
Usually with bind i use version:
but with Power DNS, seems it doesn't have effect.
options {
version "TEST";
};but with Power DNS, seems it doesn't have effect.
-
Hello, You could enable the following line in the /etc/pdns/pdns.conf file: version-string=anonymous
You could also use a custom value in place of "anonymous". After saving the file, restart PowerDNS via:/scripts/restartsrv_pdns
The version-string option for PowerDNS is documented at: List of Settings Thank you.0 -
Hello, You could enable the following line in the /etc/pdns/pdns.conf file:
version-string=anonymous
You could also use a custom value in place of "anonymous". After saving the file, restart PowerDNS via:/scripts/restartsrv_pdns
The version-string option for PowerDNS is documented at: List of Settings Thank you.
hi, Nice, thank you. I will try it0
Please sign in to leave a comment.
Comments
2 comments