summaryrefslogtreecommitdiff
path: root/config/router.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/router.nix')
-rw-r--r--config/router.nix1
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;