Skip to content

Commit 2170a8f

Browse files
cdolledguido
authored andcommitted
Add additional GCE zones (London / Australia) (trailofbits#618)
* Update algo * Update algo
1 parent 78bd5b0 commit 2170a8f

File tree

1 file changed

+29
-17
lines changed

1 file changed

+29
-17
lines changed

algo

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -320,14 +320,20 @@ Name the vpn server:
320320
14. Western Europe (Belgium B)
321321
15. Western Europe (Belgium C)
322322
16. Western Europe (Belgium D)
323-
17. Southeast Asia (Singapore A)
324-
18. Southeast Asia (Singapore B)
325-
19. East Asia (Taiwan A)
326-
20. East Asia (Taiwan B)
327-
21. East Asia (Taiwan C)
328-
22. Northeast Asia (Tokyo A)
329-
23. Northeast Asia (Tokyo B)
330-
24. Northeast Asia (Tokyo C)
323+
17. Western Europe (London A)
324+
18. Western Europe (London B)
325+
19. Western Europe (London C)
326+
20. Southeast Asia (Singapore A)
327+
21. Southeast Asia (Singapore B)
328+
22. East Asia (Taiwan A)
329+
23. East Asia (Taiwan B)
330+
24. East Asia (Taiwan C)
331+
25. Northeast Asia (Tokyo A)
332+
26. Northeast Asia (Tokyo B)
333+
27. Northeast Asia (Tokyo C)
334+
28. Australia (Sydney A)
335+
29. Australia (Sydney B)
336+
30. Australia (Sydney C)
331337
Please choose the number of your zone. Press enter for default (#14) zone.
332338
[14]: " -r region
333339
region=${region:-14}
@@ -349,14 +355,20 @@ Please choose the number of your zone. Press enter for default (#14) zone.
349355
14) zone="europe-west1-b" ;;
350356
15) zone="europe-west1-c" ;;
351357
16) zone="europe-west1-d" ;;
352-
17) zone="asia-southeast1-a" ;;
353-
18) zone="asia-southeast1-b" ;;
354-
19) zone="asia-east1-a" ;;
355-
20) zone="asia-east1-b" ;;
356-
21) zone="asia-east1-c" ;;
357-
22) zone="asia-northeast1-a" ;;
358-
23) zone="asia-northeast1-b" ;;
359-
24) zone="asia-northeast1-c" ;;
358+
17) zone="europe-west2-a" ;;
359+
18) zone="europe-west2-b" ;;
360+
19) zone="europe-west2-c" ;;
361+
20) zone="asia-southeast1-a" ;;
362+
21) zone="asia-southeast1-b" ;;
363+
22) zone="asia-east1-a" ;;
364+
23) zone="asia-east1-b" ;;
365+
24) zone="asia-east1-c" ;;
366+
25) zone="asia-northeast1-a" ;;
367+
26) zone="asia-northeast1-b" ;;
368+
27) zone="asia-northeast1-c" ;;
369+
28) zone="australia-southeast1-a" ;;
370+
29) zone="australia-southeast1-b" ;;
371+
30) zone="australia-southeast1-c" ;;
360372
esac
361373

362374
ROLES="gce vpn cloud"
@@ -411,7 +423,7 @@ algo_provisioning () {
411423
1. DigitalOcean
412424
2. Amazon EC2
413425
3. Microsoft Azure
414-
4. Google Compute Engine (only for testing, see issue #369)
426+
4. Google Compute Engine
415427
5. Install to existing Ubuntu 16.04 server
416428
417429
Enter the number of your desired provider

0 commit comments

Comments
 (0)