Skip to content

Commit ea58b64

Browse files
authored
Whitelist Canonical IP addresses
1 parent ce486e7 commit ea58b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/common/Configuration.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ function Get-ShmConfig {
329329
externalIpAddresses = [ordered]@{
330330
linux = (
331331
@("72.32.157.246", "87.238.57.227", "147.75.85.69", "217.196.149.55") + # apt.postgresql.org
332-
@("91.189.91.38", "91.189.91.39", "91.189.91.48", "91.189.91.49", "91.189.91.81", "91.189.91.82", "91.189.91.83", "185.125.190.17", "185.125.190.18", "185.125.190.36", "185.125.190.39", "185.125.190.81", "185.125.190.82", "185.125.190.83") + # archive.ubuntu.com, changelogs.ubuntu.com, security.ubuntu.com
332+
@("91.189.88.0/21", "185.125.188.0/22") + # archive.ubuntu.com, changelogs.ubuntu.com, security.ubuntu.com
333333
$cloudFlareIpAddresses + # database.clamav.net, packages.gitlab.com and qgis.org use Cloudflare
334334
$cloudFrontIpAddresses + # packages.gitlab.com uses Cloudfront to host its Release file
335335
@("104.131.190.124") + # dbeaver.io

0 commit comments

Comments
 (0)