mirror of
https://github.com/pygos/build.git
synced 2024-11-05 11:37:10 +01:00
94cc2d2c46
- build needs a pair of product and board name - some products can only be built for some boards - Config files in product/<name> directory override those in board/<name> - For some config files, like LDPATH or ROOTFS, the files are merged - product/common provides defaults Add default config for various services: - Add default config for unbound - Add default config for dnsmasq Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
19 lines
383 B
Text
19 lines
383 B
Text
domain-needed
|
|
bogus-priv
|
|
no-hosts
|
|
no-resolv
|
|
dhcp-lease-max=150
|
|
dhcp-leasefile=/var/lib/dnsmasq.leases
|
|
conf-dir=/etc/dnsmasq.d/,*.conf
|
|
user=dnsmasq
|
|
group=dnsmasq
|
|
except-interface=lo
|
|
dhcp-authoritative
|
|
enable-ra
|
|
|
|
# forward to unbound
|
|
server=127.0.0.1#5353
|
|
|
|
interface=eth0
|
|
dhcp-range=set:if0,192.168.0.2,192.168.0.254,255.255.255.0,12h
|
|
dhcp-option=tag:if0,option:dns-server,192.168.0.1
|