forked from M-Labs/it-infra
nixbld: close legacy firewall ports
This commit is contained in:
parent
6507e3a679
commit
b7d9df794e
|
@ -90,7 +90,7 @@ in
|
|||
hostName = "nixbld";
|
||||
hostId = "e423f012";
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 53 80 443 7402 3939 3940 ];
|
||||
allowedTCPPorts = [ 53 80 443 7402 ];
|
||||
allowedUDPPorts = [ 53 67 ];
|
||||
trustedInterfaces = [ netifLan ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue