forked from M-Labs/it-infra
nixbld: open strongswan ports
This commit is contained in:
parent
6ec5e436a2
commit
c89551c610
|
@ -91,7 +91,7 @@ in
|
||||||
hostId = "e423f012";
|
hostId = "e423f012";
|
||||||
firewall = {
|
firewall = {
|
||||||
allowedTCPPorts = [ 53 80 443 7402 ];
|
allowedTCPPorts = [ 53 80 443 7402 ];
|
||||||
allowedUDPPorts = [ 53 67 ];
|
allowedUDPPorts = [ 53 67 500 4500 ];
|
||||||
trustedInterfaces = [ netifLan ];
|
trustedInterfaces = [ netifLan ];
|
||||||
};
|
};
|
||||||
interfaces."${netifWan}".useDHCP = true;
|
interfaces."${netifWan}".useDHCP = true;
|
||||||
|
|
Loading…
Reference in New Issue