mirror of
https://github.com/pygos/build.git
synced 2024-11-05 11:37:10 +01:00
618c79f02e
Make sure dhcpcd does not interfere with resolv.conf. For the router product we have a dnsmasq running that forwards to a local root resolver (i.e. unbound). For the ALIX board, we want to run a DHCP client on one port and a DHCP server on the other two. Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
10 lines
No EOL
226 B
Text
10 lines
No EOL
226 B
Text
hostname
|
|
duid
|
|
persistent
|
|
option rapid_commit
|
|
option domain_name_servers, domain_name, domain_search, host_name
|
|
option classless_static_routes
|
|
option interface_mtu
|
|
require dhcp_server_identifier
|
|
slaac private
|
|
nohook resolv.conf |