From 701eeba7dec8bdc8a89d78da3caa19d6f0d30b1e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 10 May 2024 15:08:07 +0100 Subject: [PATCH] national.m4: Use public NTP servers. --- national.m4 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/national.m4 b/national.m4 index d58593a..d7d22b1 100644 --- a/national.m4 +++ b/national.m4 @@ -33,6 +33,11 @@ allowservices inbound tcp \ allowservices inbound udp \ tripe +## We use public NTP servers. +run ip46tables -A inbound -j ACCEPT \ + -m state --state ESTABLISHED \ + -p udp --source-port 123 --destination-port 123 + ## Other interesting things. dnsresolver inbound dnsserver inbound -- 2.11.0