mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
New Google Cloud Region (#1013)
Added the new Google Cloud Region Finland (europe-north1) with 3 zones
This commit is contained in:
parent
2f142f6dcc
commit
2931227db4
2 changed files with 63 additions and 54 deletions
114
algo
114
algo
|
@ -444,33 +444,36 @@ Name the vpn server:
|
||||||
17. South America East (São Paulo A)
|
17. South America East (São Paulo A)
|
||||||
18. South America East (São Paulo B)
|
18. South America East (São Paulo B)
|
||||||
19. South America East (São Paulo C)
|
19. South America East (São Paulo C)
|
||||||
20. Western Europe (Belgium B)
|
20. Northern Europe (Hamina A)
|
||||||
21. Western Europe (Belgium C)
|
21. Northern Europe (Hamina B)
|
||||||
22. Western Europe (Belgium D)
|
22. Northern Europe (Hamina C)
|
||||||
23. Western Europe (London A)
|
23. Western Europe (Belgium B)
|
||||||
24. Western Europe (London B)
|
24. Western Europe (Belgium C)
|
||||||
25. Western Europe (London C)
|
25. Western Europe (Belgium D)
|
||||||
26. Western Europe (Frankfurt A)
|
26. Western Europe (London A)
|
||||||
27. Western Europe (Frankfurt B)
|
27. Western Europe (London B)
|
||||||
28. Western Europe (Frankfurt C)
|
28. Western Europe (London C)
|
||||||
29. Western Europe (Netherlands A)
|
29. Western Europe (Frankfurt A)
|
||||||
30. Western Europe (Netherlands B)
|
30. Western Europe (Frankfurt B)
|
||||||
31. Western Europe (Netherlands C)
|
31. Western Europe (Frankfurt C)
|
||||||
32. South Asia (Mumbai A)
|
32. Western Europe (Netherlands A)
|
||||||
33. South Asia (Mumbai B)
|
33. Western Europe (Netherlands B)
|
||||||
34. South Asia (Mumbai C)
|
34. Western Europe (Netherlands C)
|
||||||
35. Southeast Asia (Singapore A)
|
35. South Asia (Mumbai A)
|
||||||
36. Southeast Asia (Singapore B)
|
36. South Asia (Mumbai B)
|
||||||
37. Southeast Asia (Singapore C)
|
37. South Asia (Mumbai C)
|
||||||
38. East Asia (Taiwan A)
|
38. Southeast Asia (Singapore A)
|
||||||
39. East Asia (Taiwan B)
|
39. Southeast Asia (Singapore B)
|
||||||
40. East Asia (Taiwan C)
|
40. Southeast Asia (Singapore C)
|
||||||
41. Northeast Asia (Tokyo A)
|
41. East Asia (Taiwan A)
|
||||||
42. Northeast Asia (Tokyo B)
|
42. East Asia (Taiwan B)
|
||||||
43. Northeast Asia (Tokyo C)
|
43. East Asia (Taiwan C)
|
||||||
44. Australia (Sydney A)
|
44. Northeast Asia (Tokyo A)
|
||||||
45. Australia (Sydney B)
|
45. Northeast Asia (Tokyo B)
|
||||||
46. Australia (Sydney C)
|
46. Northeast Asia (Tokyo C)
|
||||||
|
47. Australia (Sydney A)
|
||||||
|
48. Australia (Sydney B)
|
||||||
|
49. Australia (Sydney C)
|
||||||
|
|
||||||
Please choose the number of your zone. Press enter for default (#20) zone.
|
Please choose the number of your zone. Press enter for default (#20) zone.
|
||||||
[20]: " -r region
|
[20]: " -r region
|
||||||
|
@ -496,33 +499,36 @@ Please choose the number of your zone. Press enter for default (#20) zone.
|
||||||
17) zone="southamerica-east1-a" ;;
|
17) zone="southamerica-east1-a" ;;
|
||||||
18) zone="southamerica-east1-b" ;;
|
18) zone="southamerica-east1-b" ;;
|
||||||
19) zone="southamerica-east1-c" ;;
|
19) zone="southamerica-east1-c" ;;
|
||||||
20) zone="europe-west1-b" ;;
|
20) zone="europe-north1-a" ;;
|
||||||
21) zone="europe-west1-c" ;;
|
21) zone="europe-north1-b" ;;
|
||||||
22) zone="europe-west1-d" ;;
|
22) zone="europe-north1-c" ;;
|
||||||
23) zone="europe-west2-a" ;;
|
23) zone="europe-west1-b" ;;
|
||||||
24) zone="europe-west2-b" ;;
|
24) zone="europe-west1-c" ;;
|
||||||
25) zone="europe-west2-c" ;;
|
25) zone="europe-west1-d" ;;
|
||||||
26) zone="europe-west3-a" ;;
|
26) zone="europe-west2-a" ;;
|
||||||
27) zone="europe-west3-b" ;;
|
27) zone="europe-west2-b" ;;
|
||||||
28) zone="europe-west3-c" ;;
|
28) zone="europe-west2-c" ;;
|
||||||
29) zone="europe-west4-a" ;;
|
29) zone="europe-west3-a" ;;
|
||||||
30) zone="europe-west4-b" ;;
|
30) zone="europe-west3-b" ;;
|
||||||
31) zone="europe-west4-c" ;;
|
31) zone="europe-west3-c" ;;
|
||||||
32) zone="asia-south1-a" ;;
|
32) zone="europe-west4-a" ;;
|
||||||
33) zone="asia-south1-b" ;;
|
33) zone="europe-west4-b" ;;
|
||||||
34) zone="asia-south1-c" ;;
|
34) zone="europe-west4-c" ;;
|
||||||
35) zone="asia-southeast1-a" ;;
|
35) zone="asia-south1-a" ;;
|
||||||
36) zone="asia-southeast1-b" ;;
|
36) zone="asia-south1-b" ;;
|
||||||
37) zone="asia-southeast1-c" ;;
|
37) zone="asia-south1-c" ;;
|
||||||
38) zone="asia-east1-a" ;;
|
38) zone="asia-southeast1-a" ;;
|
||||||
39) zone="asia-east1-b" ;;
|
39) zone="asia-southeast1-b" ;;
|
||||||
40) zone="asia-east1-c" ;;
|
40) zone="asia-southeast1-c" ;;
|
||||||
41) zone="asia-northeast1-a" ;;
|
41) zone="asia-east1-a" ;;
|
||||||
42) zone="asia-northeast1-b" ;;
|
42) zone="asia-east1-b" ;;
|
||||||
43) zone="asia-northeast1-c" ;;
|
43) zone="asia-east1-c" ;;
|
||||||
44) zone="australia-southeast1-a" ;;
|
44) zone="asia-northeast1-a" ;;
|
||||||
45) zone="australia-southeast1-b" ;;
|
45) zone="asia-northeast1-b" ;;
|
||||||
46) zone="australia-southeast1-c" ;;
|
46) zone="asia-northeast1-c" ;;
|
||||||
|
47) zone="australia-southeast1-a" ;;
|
||||||
|
48) zone="australia-southeast1-b" ;;
|
||||||
|
49) zone="australia-southeast1-c" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ROLES="gce vpn cloud"
|
ROLES="gce vpn cloud"
|
||||||
|
|
|
@ -198,6 +198,9 @@ Possible options for `zone`:
|
||||||
- us-east1-b
|
- us-east1-b
|
||||||
- us-east1-c
|
- us-east1-c
|
||||||
- us-east1-d
|
- us-east1-d
|
||||||
|
- europe-north1-a
|
||||||
|
- europe-north1-b
|
||||||
|
- europe-north1-c
|
||||||
- europe-west1-b
|
- europe-west1-b
|
||||||
- europe-west1-c
|
- europe-west1-c
|
||||||
- europe-west1-d
|
- europe-west1-d
|
||||||
|
|
Loading…
Add table
Reference in a new issue