mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Change EC2 VPC CIDR blocks to uncommon non-routable addresses (#335)
This commit is contained in:
parent
1b3a3a886d
commit
b8d2dc68bb
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
|
||||
ec2_vpc_nets:
|
||||
cidr_block: 192.168.0.0/23
|
||||
subnet_cidr: 192.168.1.0/24
|
||||
cidr_block: 172.16.0.0/12
|
||||
subnet_cidr: 172.30.0.0/23
|
||||
|
|
Loading…
Add table
Reference in a new issue