Skip to content

Instantly share code, notes, and snippets.

@nenkoru
Created September 15, 2024 21:07
Show Gist options
  • Select an option

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

Select an option

Save nenkoru/adce3fdcb7230a39f16f76b39f6baa30 to your computer and use it in GitHub Desktop.
OpenZiti DomainController intercept.v1 and host.v1 configs
{
"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
}
{
"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"
]
}
@nenkoru
Copy link
Copy Markdown
Author

nenkoru commented Sep 15, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment