fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 2m7s

This commit is contained in:
doomtube 2026-01-07 03:29:05 -05:00
parent 1a3930dd87
commit c358db55aa
6 changed files with 55 additions and 22 deletions

View file

@ -85,10 +85,10 @@ write_files:
# Inbound: Streaming ports
ufw allow in 1935/tcp comment 'RTMP'
ufw allow in 9999/udp comment 'SRT'
ufw allow in 3333/tcp comment 'WebRTC TCP'
ufw allow in 3333/udp comment 'WebRTC UDP'
ufw allow in 3334/tcp comment 'WebRTC TCP fallback'
ufw allow in 8088/tcp comment 'HLS/LLHLS streaming'
# WebRTC signaling now proxied through nginx (443), only need media ports
ufw allow in 3478/udp comment 'WebRTC STUN/TURN'
ufw allow in 10000:10009/udp comment 'WebRTC ICE candidates'
# Inbound: VPC traffic (includes system SSH)
ufw allow in from ${vpc_ip_range} comment 'VPC internal'