Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# 🌐 Puerto TCP (señalización / WebSocket)
|
||||
New-NetFirewallRule -DisplayName "LiveKit TCP 7880" -Direction Inbound -LocalPort 7880 -Protocol TCP -Action Allow
|
||||
|
||||
# 🎙️ Puertos UDP (media WebRTC)
|
||||
New-NetFirewallRule -DisplayName "LiveKit UDP 7881-7882" -Direction Inbound -LocalPort 7881-7882 -Protocol UDP -Action Allow
|
||||
Reference in New Issue
Block a user