blob: 78e55fcb73d64c09b53b2ffd9a80036cd4df3fb2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# A sample configuration for dhcpcd.
# See dhcpcd.conf(5) for details.
# We normally want to inform the DHCP server of our hostname for DDNS.
hostname
# A list of options we should request from the DHCP server.
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
|