stan: open port 8080 in testing mode
This commit is contained in:
parent
5e408b252f
commit
1ba9694aa1
@ -107,9 +107,9 @@ in
|
||||
|
||||
networkmanager.enable = true;
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 22 ] ++ (if testingMode then [ ] else [ ]);
|
||||
checkReversePath = "loose";
|
||||
allowedTCPPorts = [ 22 ] ++ (if testingMode then [ 8080 ] else [ ]);
|
||||
allowedUDPPorts = if testingMode then [ syslogPort ] else [ ];
|
||||
checkReversePath = "loose";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user