From 9f6ac163ebeaf9c1b2f42d08765e497544bf43b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 25 Jan 2026 21:28:07 +0200 Subject: ntp: fix multicastclient setting --- modules/ntp/templates/ntp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/ntp/templates/ntp.conf b/modules/ntp/templates/ntp.conf index 72f233c0..cfff232c 100644 --- a/modules/ntp/templates/ntp.conf +++ b/modules/ntp/templates/ntp.conf @@ -22,7 +22,7 @@ server fr.pool.ntp.org # it to the file. # driftfile /var/lib/ntp/drift -multicastclient # listen on default 224.0.1.1 +multicastclient 224.0.1.1 # listen on default 224.0.1.1 broadcastdelay 0.008 # https://www.kb.cert.org/vuls/id/348126 -- cgit v1.2.1