Skip to content
Snippets Groups Projects
Commit 8c564a0d authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

adding more monash ip ranges

Former-commit-id: 47da0cbe
parent 1169a1d9
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,21 @@ resources:
port_range_max: 22,
direction: ingress,
remote_ip_prefix: 118.138.240.0/21
} ]
},
{ protocol: tcp,
port_range_min: 22,
port_range_max: 22,
direction: ingress,
remote_ip_prefix: 118.138.248.0/23
},
{ protocol: tcp,
port_range_min: 22,
port_range_max: 22,
direction: ingress,
remote_ip_prefix: 130.194.0.0/16
} ]
# SSHInternalSecGroup:
# type: "OS::Neutron::SecurityGroup"
# properties:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment