Last active
May 20, 2022 21:38
-
-
Save crawc/18d34af7deb02e757a9da972be23741e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- /etc/inc/services.inc 2022-01-31 14:53:42.000000000 -0500 | |
| +++ /etc/inc/services.inc.custom 2022-05-20 17:35:17.809154000 -0400 | |
| @@ -593,8 +593,9 @@ | |
| option domain-search-list code 119 = text; | |
| option arch code 93 = unsigned integer 16; # RFC4578 | |
| {$custoptions} | |
| -default-lease-time 7200; | |
| -max-lease-time 86400; | |
| +option ntp-servers 216.201.8.80,209.143.0.10,66.209.140.124; | |
| +default-lease-time 2592000; | |
| +max-lease-time 2678400; | |
| log-facility local7; | |
| one-lease-per-client true; | |
| deny duplicates; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment