mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 23:53:58 +02:00
Added East US and East US 2 regions to Azure. (#424)
This commit is contained in:
parent
04b61ca3d2
commit
42a663983e
1 changed files with 4 additions and 0 deletions
4
algo
4
algo
|
@ -137,6 +137,8 @@ Name the vpn server:
|
||||||
24. North Central US
|
24. North Central US
|
||||||
25. South India
|
25. South India
|
||||||
26. West India
|
26. West India
|
||||||
|
27. East US
|
||||||
|
28. East US 2
|
||||||
|
|
||||||
Enter the number of your desired region:
|
Enter the number of your desired region:
|
||||||
[1]: " -r azure_region
|
[1]: " -r azure_region
|
||||||
|
@ -169,6 +171,8 @@ Enter the number of your desired region:
|
||||||
24) region="northcentralus" ;;
|
24) region="northcentralus" ;;
|
||||||
25) region="southindia" ;;
|
25) region="southindia" ;;
|
||||||
26) region="westindia" ;;
|
26) region="westindia" ;;
|
||||||
|
27) region="eastus" ;;
|
||||||
|
28) region="eastus2" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ROLES="azure vpn cloud"
|
ROLES="azure vpn cloud"
|
||||||
|
|
Loading…
Add table
Reference in a new issue