Skip to content

Commit 7f52d17

Browse files
Merge pull request #128 from wp-media/fix/k8spod3-ips
New k8spod3 IPs
2 parents 8a38e9e + 4e75bab commit 7f52d17

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sources/handlers/ServerListHandler.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,12 @@ def get_groupone_ipv4(self):
5656
# Provided by group.One Ops based on
5757
# https://gitlab.group.one/systems/group.one-authdns/-/blob/main/ipam/internet.yaml?ref_type=heads
5858
# Contact group.One ops for more details
59-
groupone_ips += "185.10.8.0/22\n46.30.210.0/24\n46.30.211.0/24\n46.30.212.0/24\n46.30.214.0/24\n"
59+
groupone_ips += "185.10.8.0/22\n"
60+
groupone_ips += "46.30.210.0/24\n"
61+
groupone_ips += "46.30.211.0/24\n"
62+
groupone_ips += "46.30.212.0/24\n"
63+
groupone_ips += "46.30.214.0/24\n"
64+
groupone_ips += "5.249.224.0/24\n"
6065
return groupone_ips
6166

6267
def generate_wp_rocket_ips_human_readable(self, app_context):

0 commit comments

Comments
 (0)