diff options
-rw-r--r-- | config/router.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/router.nix b/config/router.nix index bb78ca6..419faf0 100644 --- a/config/router.nix +++ b/config/router.nix @@ -95,6 +95,8 @@ in { # Valheim proto udp dport (3400 3401 3402) ACCEPT; + proto (tcp udp) dport 5000 ACCEPT; # random debugging + proto (tcp udp) dport (ssh domain bootpc bootps ntp) ACCEPT; proto tcp dport (http https) ACCEPT; # prometheus temp rule |