modules/browsers: expose more local ports to the containers
This commit is contained in:
parent
6a7276e96e
commit
979d6e11f2
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ in
|
|||
firewall = {
|
||||
allowedTCPPorts = [ 4713 ];
|
||||
allowedTCPPortRanges = [
|
||||
{ from = 3000; to = 3999; }
|
||||
{ from = 3000; to = 9999; }
|
||||
{ from = 32000; to = 33999; }
|
||||
];
|
||||
trustedInterfaces = [ "ve-*" ];
|
||||
|
|
Loading…
Reference in a new issue