Troubleshoot Command Display Issues with Zscaler Internet Access
1. Create a hosted PAC file
1
2

3
// --- START OF VERKADA BYPASS ---
if (
// Verkada Core Domains
dnsDomainIs(host, "verkada.com") ||
shExpMatch(host, "*.verkada.com") ||
dnsDomainIs(host, "vkda.co") ||
shExpMatch(host, "*.vkda.co") ||
shExpMatch(host, "*.verkada-lan.com") ||
// LiveKit and Video Streaming Services
shExpMatch(host, "*.livekit.cloud") ||
shExpMatch(host, "*.kinesisvideo.*.amazonaws.com") ||
shExpMatch(host, "verkada-vinter-audio-files-prod1.s3.amazonaws.com") ||
shExpMatch(host, "*.verkada-vinter-audio-files-prod1.s3.amazonaws.com") ||
// Mapbox Services
dnsDomainIs(host, "mapbox.com") ||
shExpMatch(host, "*.mapbox.com") ||
shExpMatch(host, "*.tiles.mapbox.com") ||
// Support and Monitoring Services
shExpMatch(host, "*.intercomcdn.com") ||
shExpMatch(host, "*.intercom.io") ||
shExpMatch(host, "*.browser-intake-datadoghq.com") ||
shExpMatch(host, "*.twilio.com") ||
shExpMatch(host, "*.verkada-command.endpoint.csper.io")
) {
/* If using Z-Tunnel 2.0, replace "DIRECT" with "${ZAPP_TUNNEL2_BYPASS}" */
return "DIRECT";
}
// --- END OF VERKADA BYPASS ---4
5

2. Apply the PAC file to Client Connector profiles
1

2

3. Activate the configuration
1
2
Configure Z-Tunnel 2.0
1

2
3

4

5
6
4. Verify the configuration
1
2
3
4
Last updated
Was this helpful?

