summaryrefslogtreecommitdiff
path: root/dnsmasq/README
blob: 77cd012b5910a147f3a50b4c4f3023c368d6c501 (plain)
    1 README for dnsmasq 2.x
    2 
    3 REQUIREMENTS
    4 
    5 For the DHCP server part of dnsmasq you need the following
    6 kernel networking options:
    7  - Packet sockets
    8  - Socket filtering 
    9 
   10 PRE-INSTALL
   11 
   12 POST-INSTALL
   13 
   14 As of version 1.16 dnsmasq use the syslog facility daemon 
   15 with priority debug for logging of queries, if log-queries 
   16 is enabled.
   17 This will not work with the default configuration of CRUX. 
   18 Add something like the following to /etc/syslog.conf:
   19 
   20   *.=debug       /var/log/debug
   21 
   22 PRECAUTION

Generated by cgit