From 24946292e7bf98505b568d32ba5936b0f2e5540a Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Wed, 2 Jul 2025 20:00:10 -0500 Subject: [PATCH] more ntp tweaks --- ProjectCode/ConfigFiles/NTP/ntp.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ProjectCode/ConfigFiles/NTP/ntp.conf b/ProjectCode/ConfigFiles/NTP/ntp.conf index 2f78bc3..ea510a3 100644 --- a/ProjectCode/ConfigFiles/NTP/ntp.conf +++ b/ProjectCode/ConfigFiles/NTP/ntp.conf @@ -2,4 +2,6 @@ driftfile /var/lib/ntp/ntp.drift leapfile /usr/share/zoneinfo/leap-seconds.list server pfv-netboot.knel.net restrict 127.0.0.1 -restrict ::1 \ No newline at end of file +restrict ::1 +interface ignore wildcard +interface listen 127.0.0.1 \ No newline at end of file