Skip to content

Instantly share code, notes, and snippets.

@nenkoru
Last active November 3, 2024 20:14
Show Gist options
  • Select an option

  • Save nenkoru/303c8ad08d02a74947ad73b54b783ff9 to your computer and use it in GitHub Desktop.

Select an option

Save nenkoru/303c8ad08d02a74947ad73b54b783ff9 to your computer and use it in GitHub Desktop.
{
"allowedAddresses": [
"*.contoso.net"
],
"allowedPortRanges": [
{
"high": 138,
"low": 138
},
{
"high": 53,
"low": 53
},
{
"high": 389,
"low": 389
},
{
"high": 445,
"low": 445
},
{
"high": 65535,
"low": 1024
},
{
"high": 88,
"low": 88
},
{
"high": 636,
"low": 636
},
{
"high": 123,
"low": 123
},
{
"high": 135,
"low": 135
}
],
"allowedProtocols": [
"udp",
"tcp"
],
"forwardAddress": true,
"forwardPort": true,
"forwardProtocol": true
}
{
"addresses": [
"*.contoso.net"
],
"portRanges": [
{
"high": 138,
"low": 138
},
{
"high": 53,
"low": 53
},
{
"high": 389,
"low": 389
},
{
"high": 445,
"low": 445
},
{
"high": 65535,
"low": 1024
},
{
"high": 88,
"low": 88
},
{
"high": 636,
"low": 636
},
{
"high": 123,
"low": 123
},
{
"high": 135,
"low": 135
}
],
"protocols": [
"udp",
"tcp"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment