mirror of
https://github.com/rsmarples/dhcpcd.git
synced 2024-11-24 10:35:03 +08:00
14 lines
407 B
Plaintext
14 lines
407 B
Plaintext
# A sample configuration for dhcpcd.
|
|
# See dhcpcd.conf(5) for details.
|
|
|
|
# dhcpcd-run-hooks uses these options.
|
|
option domain_name_servers, domain_name, domain_search, host_name
|
|
|
|
# Most distros have ntp support.
|
|
option ntp_servers
|
|
|
|
# We should behave nicely on networks and respect their MTU.
|
|
# However, a lot of buggy DHCP servers set invalid MTUs so this is not
|
|
# enabled by default.
|
|
#option interface_mtu
|