Skip to content

Instantly share code, notes, and snippets.

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