1# A sample configuration for dhcpcd. 2# See dhcpcd.conf(5) for details. 3 4# dhcpcd-run-hooks uses these options. 5option domain_name_servers, domain_name, domain_search, host_name 6 7# Most distros have ntp support. 8option ntp_servers 9 10# We should behave nicely on networks and respect their MTU. 11# However, a lot of buggy DHCP servers set invalid MTUs so this is not 12# enabled by default. 13#option interface_mtu 14