Created
September 15, 2024 21:07
-
-
Save nenkoru/adce3fdcb7230a39f16f76b39f6baa30 to your computer and use it in GitHub Desktop.
OpenZiti DomainController intercept.v1 and host.v1 configs
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":[ | |
| "*.mynet.contoso.com" | |
| ], | |
| "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":[ | |
| "*.mynet.consoto.com" | |
| ], | |
| "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" | |
| ] | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Taken from here
https://openziti.discourse.group/t/conneting-remote-endpoints-with-a-on-prem-ad/815/6