summaryrefslogtreecommitdiff
path: root/config/router.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/router.nix')
-rw-r--r--config/router.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/router.nix b/config/router.nix
index 30cf32a..4d08cb2 100644
--- a/config/router.nix
+++ b/config/router.nix
@@ -67,6 +67,9 @@ in
proto (tcp udp) dport (ssh domain bootpc bootps) ACCEPT;
proto tcp dport (http https) ACCEPT;
+ # RTMP streaming
+ proto (tcp udp) dport 1935 ACCEPT;
+
# Chromecast
# proto udp dport 32768:61000 ACCEPT;
# proto udp dport (5353 1900) ACCEPT;