summaryrefslogtreecommitdiff
path: root/config/router.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-02-20 21:18:36 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-02-20 21:18:47 -0500
commit150b0c5452091abbbb90040af9eab5968008a29c (patch)
tree6027f97883477501a4942b88637075c2b2303cc1 /config/router.nix
parent8cd3800386617a3ad1a2dea4e8856fa5ab064358 (diff)
Update dragon config
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;