ejabberd: reduce TURN port pool

This commit is contained in:
Colin 2023-02-21 11:23:56 +00:00
parent 499078e0f8
commit 58b219546b

View File

@ -38,11 +38,11 @@
]; ];
networking.firewall.allowedTCPPortRanges = [{ networking.firewall.allowedTCPPortRanges = [{
from = 49152; # TURN from = 49152; # TURN
to = 65535; to = 49408;
}]; }];
networking.firewall.allowedUDPPortRanges = [{ networking.firewall.allowedUDPPortRanges = [{
from = 49152; # TURN from = 49152; # TURN
to = 65535; to = 49408;
}]; }];
# provide access to certs # provide access to certs