Skip to content

Commit

Permalink
Pass QA
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet authored Dec 23, 2024
1 parent ef450e2 commit e1d3171
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\n5.249.224.0/19\n"
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\n5.249.224.0/19\n" # noqa
return groupone_ips

def generate_wp_rocket_ips_human_readable(self, app_context):
Expand Down

0 comments on commit e1d3171

Please sign in to comment.