nixbld: close legacy firewall ports

force-ssl-main-website
Sebastien Bourdeauducq 2023-04-05 12:42:42 +08:00
parent 6507e3a679
commit b7d9df794e
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];
};