Matrix: Difference between revisions

imported>Rummik
m Fix search links for NixOS packages and options
imported>Motiejus
fix coturn's firewall config: (1) open 5349; (2) disable tcp ranges, since the coturn config is tcp-only.
Line 93: Line 93:
     {
     {
       allowedUDPPortRanges = range;
       allowedUDPPortRanges = range;
       allowedUDPPorts = [ 3478 ];
       allowedUDPPorts = [ 3478 5349 ];
       allowedTCPPortRanges = range;
       allowedTCPPortRanges = [ ];
       allowedTCPPorts = [ 3478 ];
       allowedTCPPorts = [ 3478 5349 ];
     };
     };
   };
   };