Skip to content

Commit

Permalink
Update ZNConnectivityTest.ps1
Browse files Browse the repository at this point in the history
added IPs to validate both are available.
  • Loading branch information
kenrward authored Jan 9, 2024
1 parent 61902cb commit fcfe2f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Segment/Troubleshooting/ZNConnectivityTest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ $connections = @(
@{ "Url" = "cloud-connector.zeronetworks.com"; "Port" = 443 },
@{ "Url" = "connect-backend.zeronetworks.com"; "Port" = 443},
@{ "Url" = "connect-auth.zeronetworks.com"; "Port" = 443},
@{ "Url" = "connect.zeronetworks.com"; "Port" = 443}
@{ "Url" = "connect.zeronetworks.com"; "Port" = 443},
@{ "Url" = "34.74.201.149"; "Port" = 443},
@{ "Url" = "35.201.109.138"; "Port" = 443}
)

# Loop through each URL and Port to run Test-NetConnection
Expand Down

0 comments on commit fcfe2f9

Please sign in to comment.