Update algo

This commit is contained in:
c 2017-07-08 12:40:50 -05:00 committed by GitHub
parent 78bd5b017c
commit b5f64f9b47

44
algo
View file

@ -320,14 +320,20 @@ Name the vpn server:
14. Western Europe (Belgium B) 14. Western Europe (Belgium B)
15. Western Europe (Belgium C) 15. Western Europe (Belgium C)
16. Western Europe (Belgium D) 16. Western Europe (Belgium D)
17. Southeast Asia (Singapore A) 17. Western Europe (London A)
18. Southeast Asia (Singapore B) 18. Western Europe (London B)
19. East Asia (Taiwan A) 19. Western Europe (London C)
20. East Asia (Taiwan B) 20. Southeast Asia (Singapore A)
21. East Asia (Taiwan C) 21. Southeast Asia (Singapore B)
22. Northeast Asia (Tokyo A) 22. East Asia (Taiwan A)
23. Northeast Asia (Tokyo B) 23. East Asia (Taiwan B)
24. Northeast Asia (Tokyo C) 24. East Asia (Taiwan C)
25. Northeast Asia (Tokyo A)
26. Northeast Asia (Tokyo B)
27. Northeast Asia (Tokyo C)
28. Australia (Sydney A)
29. Australia (Sydney B)
30. Australia (Sydney C)
Please choose the number of your zone. Press enter for default (#14) zone. Please choose the number of your zone. Press enter for default (#14) zone.
[14]: " -r region [14]: " -r region
region=${region:-14} region=${region:-14}
@ -349,14 +355,20 @@ Please choose the number of your zone. Press enter for default (#14) zone.
14) zone="europe-west1-b" ;; 14) zone="europe-west1-b" ;;
15) zone="europe-west1-c" ;; 15) zone="europe-west1-c" ;;
16) zone="europe-west1-d" ;; 16) zone="europe-west1-d" ;;
17) zone="asia-southeast1-a" ;; 17) zone="europe-west2-a" ;;
18) zone="asia-southeast1-b" ;; 18) zone="europe-west2-b" ;;
19) zone="asia-east1-a" ;; 19) zone="europe-west2-c" ;;
20) zone="asia-east1-b" ;; 20) zone="asia-southeast1-a" ;;
21) zone="asia-east1-c" ;; 21) zone="asia-southeast1-b" ;;
22) zone="asia-northeast1-a" ;; 22) zone="asia-east1-a" ;;
23) zone="asia-northeast1-b" ;; 23) zone="asia-east1-b" ;;
24) zone="asia-northeast1-c" ;; 24) zone="asia-east1-c" ;;
25) zone="asia-northeast1-a" ;;
26) zone="asia-northeast1-b" ;;
27) zone="asia-northeast1-c" ;;
28) zone="australia-southeast1-a" ;;
29) zone="australia-southeast1-b" ;;
30) zone="australia-southeast1-c" ;;
esac esac
ROLES="gce vpn cloud" ROLES="gce vpn cloud"