Skip to content

Commit

Permalink
Merge pull request #113 from wp-media/develop
Browse files Browse the repository at this point in the history
Fix typo with new line for groupOne IP range
  • Loading branch information
MathieuLamiot authored Jul 30, 2024
2 parents e55690d + aa56d75 commit fe11d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/handlers/ServerListHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_groupone_ipv4(self):
# Provided by group.One Ops based on
# https://gitlab.group.one/systems/group.one-authdns/-/blob/main/ipam/internet.yaml?ref_type=heads
# Contact group.One ops for more details
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"
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"
return groupone_ips

def generate_wp_rocket_ips_human_readable(self, app_context):
Expand Down

0 comments on commit fe11d26

Please sign in to comment.