modules/browsers: expose more local ports to the containers
This commit is contained in:
parent
fb78ebafba
commit
23acfa2b57
1 changed files with 3 additions and 1 deletions
|
@ -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-*" ];
|
||||||
|
|
Loading…
Reference in a new issue