summaryrefslogtreecommitdiff
path: root/bind/README
blob: 365fe3dba16960a9db20292fa0be0c1bed00fd9a (plain)
    1 # $Id:
    2 
    3 REQUIREMENTS:
    4 
    5 PRECAUTION:
    6 
    7 1. DON'T RUN BIND AS UID ROOT OR NOBODY !
    8 2. If you need only a caching/forwarding DNS server for your
    9    small local network don't use bind for this. Dnsmasq is the 
   10    suitable program for this application. You can find a port 
   11    for dnsmasq under /usr/ports/contrib/dnsmasq.
   12 
   13 Juergen Daubert <juergen.daubert@t-online.de>,
   14 James Mills <prologic@shortcircuit.net.au>
   15 
   16 PRE-INSTALL:
   17 
   18 1. Create user/group named with an unused id < 99:
   19    'groupadd -g 25 named'
   20    'useradd -g named -u 25 -d /var/named -s /bin/false named'
   21    'passwd -l named'
   22 	    
   23 POST-INSTALL:
   24 
   25 PRE-REMOVE:
   26 
   27 POST-REMOVE:
   28 
   29 NOTES:
   30 
   31 Juergen Daubert <juergen.daubert@t-online.de>,
   32 James Mills <prologic@shortcircuit.net.au>

Generated by cgit