From 8984bff37fdacbe478a048a4ce8905ee85e92153 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 17 Jul 2021 13:14:19 -0400 Subject: ntp --- config/router.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/router.nix b/config/router.nix index 8c686ff..a80b1d7 100644 --- a/config/router.nix +++ b/config/router.nix @@ -84,7 +84,7 @@ in { # Valheim proto udp dport (3400 3401 3402) ACCEPT; - proto (tcp udp) dport (ssh domain bootpc bootps) ACCEPT; + proto (tcp udp) dport (ssh domain bootpc bootps ntp) ACCEPT; proto tcp dport (http https) ACCEPT; # prometheus temp rule proto tcp dport 11112 ACCEPT; -- cgit v1.2.3