thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Sun Jul 31, 2005 9:40 am Post subject: How to have a 'private' DNS |
|
|
Just put a "listen-on" directive in your /etc/named.conf (assuming you are
running bind . I use
listen-on {
192.168.0/24;
127/8;
};
You will of course need to modify this for your setup. Check the
documentation in the bind-doc package for details. |
|