summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-07-29 09:53:18 -0400
committerKjetil Orbekk <kj@orbekk.com>2021-07-29 09:53:25 -0400
commitbb9e37472da4885448ddb34ff009aadddbc9faf2 (patch)
tree789462047928d169179da5ab816d1e0bf1050d3f /config
parent4a2e8cf764206a49209126fe919ee0a34758a5d9 (diff)
stuff
Diffstat (limited to 'config')
-rw-r--r--config/router.nix2
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