summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/router.nix2
1 files changed, 1 insertions, 1 deletions
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;