Skip to content

Instantly share code, notes, and snippets.

@mrafayaleem
Created December 21, 2013 04:20
Show Gist options
  • Save mrafayaleem/8065379 to your computer and use it in GitHub Desktop.
Save mrafayaleem/8065379 to your computer and use it in GitHub Desktop.
Policy A
{
"outbound":
[
{
"protocol": "UDP",
"peers":
[
"B",
"C",
"~D",
"E",
"*"
]
},
{
"protocol": "TCP",
"peers":
[
"C",
"*"
]
},
{
"protocol": "*",
"peers":
[
"B",
"C",
"D"
]
}
],
"inbound":
[
{
"protocol": "HTTP",
"peers":
[
"C"
]
},
{
"protocol": "*",
"peers":
[
"B"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment