diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-07-29 09:53:18 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-07-29 09:53:25 -0400 |
commit | bb9e37472da4885448ddb34ff009aadddbc9faf2 (patch) | |
tree | 789462047928d169179da5ab816d1e0bf1050d3f | |
parent | 4a2e8cf764206a49209126fe919ee0a34758a5d9 (diff) |
stuff
-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 |