Last active
November 3, 2024 20:14
-
-
Save nenkoru/303c8ad08d02a74947ad73b54b783ff9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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