From 9f3c8baa76f03acb7a16293e1c2fb91dda5ea3cc Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 17 Jul 2021 12:19:46 -0400 Subject: Allow tftp --- config/router.nix | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3