Skip to content

Commit

Permalink
Merge pull request #28 from alphagov/sengi/update-gds-egress-ips
Browse files Browse the repository at this point in the history
Update purge_ip_allowlist to reflect recent changes.
  • Loading branch information
sengi authored Nov 2, 2023
2 parents 963c956 + 2f71c72 commit bfea866
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions modules/bouncer/bouncer.vcl.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ backend sick_force_grace {


acl purge_ip_allowlist {
# See https://sites.google.com/a/digital.cabinet-office.gov.uk/gds/working-at-the-white-chapel-building/gds-internal-it/gds-internal-it-network-public-ip-addresses
"51.149.8.0"/25; # GDS Office (DR VPN)
"51.149.8.128"/29; # GDS Office (DR BYOD VPN)
"217.196.229.77"; # GDS Office
"217.196.229.79"; # GDS Office
"217.196.229.80"; # GDS Office (BYOD VPN)
"217.196.229.81"; # GDS Office
# https://sites.google.com/a/digital.cabinet-office.gov.uk/gds/working-at-the-white-chapel-building/gds-internal-it/gds-internal-it-network-public-ip-addresses
"217.196.229.77";
"217.196.229.79";
"217.196.229.80"/31;
"51.149.8.0"/25;
"51.149.8.128"/29;
}

sub vcl_recv {
Expand Down

0 comments on commit bfea866

Please sign in to comment.