mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Fix line spacing to improve readability (#932)
Keeping the organized spacing
This commit is contained in:
parent
daf609ea03
commit
e95ae829e3
1 changed files with 4 additions and 0 deletions
4
algo
4
algo
|
@ -211,6 +211,7 @@ Name the vpn server:
|
|||
10. Singapore
|
||||
11. Toronto
|
||||
12. Bangalore
|
||||
|
||||
Enter the number of your desired region:
|
||||
[7]: " -r region
|
||||
region=${region:-7}
|
||||
|
@ -272,6 +273,7 @@ Name the vpn server:
|
|||
14. ap-southeast-2 Asia Pacific (Sydney)
|
||||
15. ap-south-1 Asia Pacific (Mumbai)
|
||||
16. sa-east-1 South America (São Paulo)
|
||||
|
||||
Enter the number of your desired region:
|
||||
[1]: " -r aws_region
|
||||
aws_region=${aws_region:-1}
|
||||
|
@ -333,6 +335,7 @@ Name the vpn server:
|
|||
10. eu-central-1 EU (Frankfurt)
|
||||
11. eu-west-1 EU (Ireland)
|
||||
12. eu-west-2 EU (London)
|
||||
|
||||
Enter the number of your desired region:
|
||||
[1]: " -r algo_region
|
||||
algo_region=${algo_region:-1}
|
||||
|
@ -458,6 +461,7 @@ Name the vpn server:
|
|||
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}
|
||||
|
|
Loading…
Add table
Reference in a new issue