Skip to content

Instantly share code, notes, and snippets.

@crawc
Last active May 20, 2022 21:38
Show Gist options
  • Select an option

  • Save crawc/18d34af7deb02e757a9da972be23741e to your computer and use it in GitHub Desktop.

Select an option

Save crawc/18d34af7deb02e757a9da972be23741e to your computer and use it in GitHub Desktop.
--- /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