Skip to content

Instantly share code, notes, and snippets.

@jonasrosland
Last active April 22, 2016 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonasrosland/c70cce115ddcb2422ee5f71800aed1d5 to your computer and use it in GitHub Desktop.
Save jonasrosland/c70cce115ddcb2422ee5f71800aed1d5 to your computer and use it in GitHub Desktop.
cf security-group public_networks
[
{
"destination": "0.0.0.0-9.255.255.255",
"protocol": "all"
},
{
"destination": "11.0.0.0-169.253.255.255",
"protocol": "all"
},
{
"destination": "169.255.0.0-172.15.255.255",
"protocol": "all"
},
{
"destination": "172.32.0.0-192.167.255.255",
"protocol": "all"
},
{
"destination": "192.169.0.0-255.255.255.255",
"protocol": "all"
},
{
"destination": "10.141.141.0-255.255.255.255",
"protocol": "all"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment