Fix: Add port 8088 to firewall for HLS/LLHLS streaming
All checks were successful
Build and Push / build-all (push) Successful in 17s
All checks were successful
Build and Push / build-all (push) Successful in 17s
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
48e8347d78
commit
264d64b72a
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ write_files:
|
||||||
ufw allow in 3333/tcp comment 'WebRTC TCP'
|
ufw allow in 3333/tcp comment 'WebRTC TCP'
|
||||||
ufw allow in 3333/udp comment 'WebRTC UDP'
|
ufw allow in 3333/udp comment 'WebRTC UDP'
|
||||||
ufw allow in 3334/tcp comment 'WebRTC TCP fallback'
|
ufw allow in 3334/tcp comment 'WebRTC TCP fallback'
|
||||||
|
ufw allow in 8088/tcp comment 'HLS/LLHLS streaming'
|
||||||
|
|
||||||
# Inbound: VPC traffic (includes system SSH)
|
# Inbound: VPC traffic (includes system SSH)
|
||||||
ufw allow in from ${vpc_ip_range} comment 'VPC internal'
|
ufw allow in from ${vpc_ip_range} comment 'VPC internal'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue