This commit is contained in:
parent
1a3930dd87
commit
c358db55aa
6 changed files with 55 additions and 22 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue