Secured DNS-cache

  • Thread starter Thread starter Joko Kendil
  • Start date Start date
J

Joko Kendil

I want to create a DNS-cache only server in which only the
query from server itself will be served. How can I
configure this?

I have several IPs on this server, and also this server is
running multiple websites. I do not want other people is
using it so that I have 'additional' traffic for answering
DNS queries, except from my own server.

Any 2 cents??
 
JK> How can I configure this?

Have the server listen on an IP address that is only reachable from the
machine itself, such as 127.0.0.1 .
 
Back
Top