]> git.deb.at Git - debienna.git/blob - DnsMasq/index.mdwn
use unix newlines everywhere
[debienna.git] / DnsMasq / index.mdwn
1 {{{
2
3 # Never forward plain names (with a dot or domain part)
4 domain-needed
5 # Never forward addresses in the non-routed address spaces.
6 bogus-priv
7
8 #interface=eth0
9 listen-address=192.168.100.1
10 expand-hosts
11
12 domain=quintessenz.net
13
14 dhcp-range=eth3,192.168.100.50,192.168.100.199,12h
15
16 read-ethers
17
18 dhcp-option=3,192.168.100.1
19 dhcp-option=6,192.168.100.1
20 dhcp-option=119,quintessenz.net
21
22 dhcp-boot=/tftpboot/pxelinux.0,odyssey,192.168.100.1
23
24
25 }}}