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