Skip to content

Commit

Permalink
Pen testers - ITHC ipv6 address range
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh291104 committed Aug 6, 2024
1 parent 9c316d9 commit 4c95305
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions terraform/globals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,11 @@ variable "admin_cidrs" {
"217.196.229.79/32", # Brattain (Sep 2023)
"51.149.8.0/25", # GDS Managed VPN 1 (Sep 2023)
"51.149.8.128/29", # GDS BYOD VPN 3 (Sep 2023)
"212.38.169.64/27", # ITHC 2024
"78.129.217.224/27", # ITHC 2024
"91.238.238.0/25" # ITHC 2024
"212.38.169.64/27", # ITHC 2024
"78.129.217.224/27", # ITHC 2024
"91.238.238.0/25", # ITHC 2024
"2001:1b40:5000:44::/64", # ITHC 2024
"2a10:be40:1:6745::/64" # ITHC 2024
]
}

Expand Down

0 comments on commit 4c95305

Please sign in to comment.