modules/browsers: expose more local ports to the containers

This commit is contained in:
Dmitriy Pleshevskiy 2024-09-02 12:34:41 +03:00
parent fb78ebafba
commit 23acfa2b57
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

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