[7.460][FEATURE][OPEN] Static DNS entries

Hi,
I have a number of entries in the static DNS table, why aren't these picked up and used in the reports seeing the IP address translation is supposed to be using the DNS entries?

Ian M
Parents Reply
  • The problem is that if they add all that functionality, you are running a full fledged DNS server instead of a caching server with limited functionality and thus inherit all the bugs that come with dns servers.

    The objective is to have as much functionality as possible without exposing yourself to inherent weaknesses of certain protocol/server. Otherwise you will be patching your firewall like you patch a regular OS every month for security vulnerabilities.
Children