Merge pull request #234 from naturallaw777/copilot/open-turn-ports-for-livekit
fix(element-call): open TURN firewall ports 5349/TCP and 3478/UDP
This commit is contained in:
@@ -140,7 +140,8 @@ EOF
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 7881 ];
|
networking.firewall.allowedTCPPorts = [ 5349 7881 ];
|
||||||
|
networking.firewall.allowedUDPPorts = [ 3478 ];
|
||||||
networking.firewall.allowedUDPPortRanges = [
|
networking.firewall.allowedUDPPortRanges = [
|
||||||
{ from = 7882; to = 7894; }
|
{ from = 7882; to = 7894; }
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user