diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-07-17 12:19:46 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-07-17 12:19:46 -0400 |
commit | 9f3c8baa76f03acb7a16293e1c2fb91dda5ea3cc (patch) | |
tree | bdea3d189479e0c76056fc4a9d971adbe69d615e | |
parent | 9ec2336c1545e34168a045b867080a538fd7d9b5 (diff) |
Allow tftp
-rw-r--r-- | config/router.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/router.nix b/config/router.nix index a468af5..7f39c7a 100644 --- a/config/router.nix +++ b/config/router.nix @@ -87,6 +87,7 @@ in { proto tcp dport (http https) ACCEPT; # prometheus temp rule proto tcp dport 11112 ACCEPT; + proto (tcp udp) dport tftp ACCEPT; # RTMP streaming proto (tcp udp) dport 1935 ACCEPT; |