mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Add new GCP zones in South America (#680)
This commit is contained in:
parent
8009778012
commit
9582cba128
1 changed files with 6 additions and 0 deletions
6
algo
6
algo
|
@ -337,6 +337,9 @@ Name the vpn server:
|
|||
31. Australia (Sydney A)
|
||||
32. Australia (Sydney B)
|
||||
33. Australia (Sydney C)
|
||||
34. South America (São Paulo A)
|
||||
35. South America (São Paulo B)
|
||||
36. South America (São Paulo C)
|
||||
Please choose the number of your zone. Press enter for default (#14) zone.
|
||||
[14]: " -r region
|
||||
region=${region:-14}
|
||||
|
@ -375,6 +378,9 @@ Please choose the number of your zone. Press enter for default (#14) zone.
|
|||
31) zone="australia-southeast1-a" ;;
|
||||
32) zone="australia-southeast1-b" ;;
|
||||
33) zone="australia-southeast1-c" ;;
|
||||
34) zone="southamerica-east1-a" ;;
|
||||
35) zone="southamerica-east1-b" ;;
|
||||
36) zone="southamerica-east1-c" ;;
|
||||
esac
|
||||
|
||||
ROLES="gce vpn cloud"
|
||||
|
|
Loading…
Add table
Reference in a new issue