Skip to content

Commit

Permalink
Update ZNConnectivityTest.ps1
Browse files Browse the repository at this point in the history
added jamf and register-cc
  • Loading branch information
kenrward authored Jul 23, 2024
1 parent 7908ce2 commit 02a7f13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Segment/Troubleshooting/ZNConnectivityTest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ $connections = @(
@{ "Url" = "connect-backend.zeronetworks.com"; "Port" = 443},
@{ "Url" = "connect-auth.zeronetworks.com"; "Port" = 443},
@{ "Url" = "connect.zeronetworks.com"; "Port" = 443},
@{ "Url" = "jamf-connector.zeronetworks.com"; "Port" = 443},
@{ "Url" = "register-cloud-connector.zeronetworks.com"; "Port" = 443},
@{ "Url" = "34.74.201.149"; "Port" = 443},
@{ "Url" = "35.201.109.138"; "Port" = 443}
)
Expand Down

0 comments on commit 02a7f13

Please sign in to comment.