diff options
| author | Roy Marples <roy@marples.name> | 2017-03-15 22:16:18 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-03-15 22:16:18 +0000 |
| commit | 3562fbe3ecaf57fa2586db86b7fc55e1f04e45d4 (patch) | |
| tree | 93c21f98f78aede36f64c39b6b005f04dc7a5457 /README.md | |
| parent | 5a2a2ad954c0de2c4e1143c3c0799e0710dbe865 (diff) | |
| download | dhcpcd-3562fbe3ecaf57fa2586db86b7fc55e1f04e45d4.tar.xz | |
Disable NTP in the default config.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -55,11 +55,12 @@ duid # A list of options to request from the DHCP server. option domain_name_servers, domain_name, domain_search, host_name option classless_static_routes -# Most distributions have NTP support. -option ntp_servers # Respect the network MTU. option interface_mtu +# Most distributions have NTP support. +#option ntp_servers + # A ServerID is required by RFC2131. require dhcp_server_identifier |
