Skip to content

Commit

Permalink
refactor: zsec add zscalergov.net to cloud selection
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolnar-zscaler committed Oct 8, 2024
1 parent 9f9d338 commit 4bd8745
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/zsec
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ first_run="yes"

if [[ "$dtype" != "base" ]]; then
PS3="${CYAN}Select your Zscaler Cloud: ${RESET}"
zs_clouds=("zscloud.net" "zscaler.net" "zscalertwo.net" "zscalerthree.net" "zscalerten.net" "zscalerbeta.net" "other")
zs_clouds=("zscloud.net" "zscaler.net" "zscalertwo.net" "zscalerthree.net" "zscalerten.net" "zscalergov.net" "zscalerbeta.net" "other")
select zscaler_cloud in "${zs_clouds[@]}"
do
case $REPLY in
Expand Down Expand Up @@ -381,6 +381,11 @@ first_run="yes"
break
;;
7)
echo "Zscaler Cloud ${GREEN}$zscaler_cloud${RESET} selected"
zscaler_cloud=$zscaler_cloud
break
;;
8)
echo "Zscaler Cloud ${YELLOW}$zscaler_cloud${RESET} selected"
while true; do
read -r -p "${CYAN}Enter your desired Zscaler Cloud name (e.g. zscalerbeta.net): ${RESET}" manual_cloud_name_response
Expand Down

0 comments on commit 4bd8745

Please sign in to comment.