Skip to content

Commit

Permalink
Merge pull request #46 from alphagov/add-new-nat-ips
Browse files Browse the repository at this point in the history
Add IPs for new NAT Gateways
  • Loading branch information
theseanything authored Jan 17, 2024
2 parents 7165f43 + c514dca commit 0e85699
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions modules/assets/assets.vcl.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ acl purge_ip_allowlist {
"18.203.108.248"; # AWS Staging NAT gateways
"18.202.183.143";
"18.203.90.80";
"54.246.115.159"; # EKS Staging NAT gateways
"54.220.171.242";
"54.228.115.164";
"108.128.15.82"; # EKS Staging NAT gateways
"46.137.141.50";
"18.200.65.72";
%{ endif ~}
%{ if environment == "production" ~}
"18.202.136.43"; # AWS Production NAT gateways
Expand All @@ -158,6 +158,9 @@ acl purge_ip_allowlist {
"63.33.241.191"; # EKS Production NAT gateways
"52.208.193.230";
"54.220.6.200";
"52.51.83.47"; # EKS Production licensify NAT gateways
"46.137.63.103";
"34.249.23.204";
%{ endif ~}
}

Expand Down

0 comments on commit 0e85699

Please sign in to comment.