nixbld: open strongswan ports

force-ssl-main-website
Sebastien Bourdeauducq 2023-07-15 14:23:06 +08:00
parent 6ec5e436a2
commit c89551c610
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ in
hostId = "e423f012";
firewall = {
allowedTCPPorts = [ 53 80 443 7402 ];
allowedUDPPorts = [ 53 67 ];
allowedUDPPorts = [ 53 67 500 4500 ];
trustedInterfaces = [ netifLan ];
};
interfaces."${netifWan}".useDHCP = true;