13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
# DNS settings
|
|
domain-needed
|
|
bogus-priv
|
|
no-resolv
|
|
server=8.8.8.8
|
|
server=8.8.4.4
|
|
local=/example.local/
|
|
domain=example.local
|
|
|
|
# DHCP settings
|
|
dhcp-range=192.168.1.100,192.168.1.200,12h
|
|
dhcp-option=3,192.168.1.1
|
|
dhcp-option=6,8.8.8.8,8.8.4.4 |