national.m4: Use public NTP servers.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 10 May 2024 14:08:07 +0000 (15:08 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 10 May 2024 14:08:07 +0000 (15:08 +0100)
national.m4

index d58593a..d7d22b1 100644 (file)
@@ -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