modules/browsers: expose more local ports to the containers

This commit is contained in:
Dmitriy Pleshevskiy 2024-09-01 01:56:12 +03:00
parent 6a7276e96e
commit 979d6e11f2
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -59,7 +59,7 @@ in
firewall = { firewall = {
allowedTCPPorts = [ 4713 ]; allowedTCPPorts = [ 4713 ];
allowedTCPPortRanges = [ allowedTCPPortRanges = [
{ from = 3000; to = 3999; } { from = 3000; to = 9999; }
{ from = 32000; to = 33999; } { from = 32000; to = 33999; }
]; ];
trustedInterfaces = [ "ve-*" ]; trustedInterfaces = [ "ve-*" ];