You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix grammar and spelling in documentation (#14770)
* Add missing commas, correction of spelling errors
* Fix additional grammar issues in documentation
- Fix 'ip' to 'IP' and add missing article 'the same IP'
- Fix 'openwrt' to 'OpenWrt' (proper capitalization)
- Fix 'have' to 'has' for singular subject
- Fix 'device' to 'devices' (plural)
- Fix 'threat' to 'treats' (typo)
---------
Co-authored-by: Anton Patsev <[email protected]>
Copy file name to clipboardExpand all lines: docs/client-apple-ipsec.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ Find the corresponding `mobileconfig` (Apple Profile) for each user and send it
6
6
7
7
## Enable the VPN
8
8
9
-
On iOS, connect to the VPN by opening **Settings** and clicking the toggle next to "VPN" near the top of the list. If using WireGuard you can also enable the VPN from the WireGuard app. On macOS, connect to the VPN by opening **System Preferences** -> **Network**, finding the Algo VPN in the left column, and clicking "Connect." Check "Show VPN status in menu bar" to easily connect and disconnect from the menu bar.
9
+
On iOS, connect to the VPN by opening **Settings** and clicking the toggle next to "VPN" near the top of the list. If using WireGuard, you can also enable the VPN from the WireGuard app. On macOS, connect to the VPN by opening **System Preferences** -> **Network**, finding the Algo VPN in the left column, and clicking "Connect." Check "Show VPN status in menu bar" to easily connect and disconnect from the menu bar.
10
10
11
11
## Managing "Connect On Demand"
12
12
13
-
If you enabled "Connect On Demand" the VPN will connect automatically whenever it is able. Most Apple users will want to enable "Connect On Demand", but if you do then simply disabling the VPN will not cause it to stay disabled; it will just "Connect On Demand" again. To disable the VPN you'll need to disable "Connect On Demand".
13
+
If you enable "Connect On Demand", the VPN will connect automatically whenever it is able. Most Apple users will want to enable "Connect On Demand", but if you do then simply disabling the VPN will not cause it to stay disabled; it will just "Connect On Demand" again. To disable the VPN you'll need to disable "Connect On Demand".
14
14
15
15
On iOS, you can turn off "Connect On Demand" in **Settings** by clicking the (i) next to the entry for your Algo VPN and toggling off "Connect On Demand." On macOS, you can turn off "Connect On Demand" by opening **System Preferences** -> **Network**, finding the Algo VPN in the left column, unchecking the box for "Connect on demand", and clicking Apply.
Copy file name to clipboardExpand all lines: docs/client-linux-wireguard.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ If your Linux distribution does not use `systemd` you can bring up WireGuard wit
51
51
52
52
## Using a DNS Search Domain
53
53
54
-
As of the `v1.0.20200510` release of `wireguard-tools` WireGuard supports setting a DNS search domain. In your `wg0.conf` file a non-numeric entry on the `DNS` line will be used as a search domain. For example this:
54
+
As of the `v1.0.20200510` release of `wireguard-tools` WireGuard supports setting a DNS search domain. In your `wg0.conf` file a non-numeric entry on the `DNS` line will be used as a search domain. For example, this:
Copy file name to clipboardExpand all lines: docs/cloud-alternative-ingress-ip.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Additional info might be found in [this issue](https://github.com/trailofbits/al
13
13
14
14
##### Extra charges
15
15
16
-
- DigitalOcean: Floating IPs are free when assigned to a Droplet, but after manually deleting a Droplet you need to also delete the Floating IP or you'll get charged for it.
16
+
- DigitalOcean: Floating IPs are free when assigned to a Droplet, but after manually deleting a Droplet, you need to also delete the Floating IP or you'll get charged for it.
Copy file name to clipboardExpand all lines: docs/cloud-amazon-ec2.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,9 @@ On the final screen, click the Download CSV button. This file includes the AWS a
56
56
57
57
## Using EC2 during Algo setup
58
58
59
-
After you have downloaded Algo and installed its dependencies, the next step is running Algo to provision the VPN server on your AWS account.
59
+
After you have downloaded Algo and installed its dependencies, the next step is running Algo to provision the VPN server on your AWS account.
60
60
61
-
First you will be asked which server type to setup. You would want to enter "3" to use Amazon EC2.
61
+
First, you will be asked which server type to setup. You would want to enter "3" to use Amazon EC2.
62
62
63
63
```
64
64
$ ./algo
@@ -81,7 +81,7 @@ Enter the number of your desired provider
81
81
: 3
82
82
```
83
83
84
-
Next you will be asked for the AWS Access Key (Access Key ID) and AWS Secret Key (Secret Access Key) that you received in the CSV file when you setup the account (don't worry if you don't see your text entered in the console; the key input is hidden here by Algo).
84
+
Next, you will be asked for the AWS Access Key (Access Key ID) and AWS Secret Key (Secret Access Key) that you received in the CSV file when you setup the account (don't worry if you don't see your text entered in the console; the key input is hidden here by Algo).
85
85
86
86
```
87
87
Enter your aws_access_key (http://docs.aws.amazon.com/general/latest/gr/managing-aws-access-keys.html)
@@ -94,14 +94,14 @@ Enter your aws_secret_key (http://docs.aws.amazon.com/general/latest/gr/managing
94
94
[ABCD...]:
95
95
```
96
96
97
-
You will be prompted for the server name to enter. Feel free to leave this as the default ("algo") if you are not certain how this will affect your setup. Here we chose to call it "algovpn".
97
+
You will be prompted for the server name to enter. Feel free to leave this as the default ("algo") if you are not certain how this will affect your setup. Here we chose to call it "algovpn".
98
98
99
99
```
100
100
Name the vpn server:
101
101
[algo]: algovpn
102
102
```
103
103
104
-
After entering the server name, the script ask which region you wish to setup your new Algo instance in. Enter the number next to name of the region.
104
+
After entering the server name, the script ask which region you wish to setup your new Algo instance in. Enter the number next to name of the region.
Copy file name to clipboardExpand all lines: docs/cloud-azure.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Here you can find some information from [the official doc](https://docs.microsof
38
38
- Windows ([link](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest)):
39
39
For Windows the Azure CLI is installed via an MSI, which gives you access to the CLI through the Windows Command Prompt (CMD) or PowerShell. When installing for Windows Subsystem for Linux (WSL), packages are available for your Linux distribution. [Download the MSI installer](https://aka.ms/installazurecliwindows)
40
40
41
-
If your OS is missing or to get more information see [the official doc](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest)
41
+
If your OS is missing or to get more information, see [the official doc](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest)
Copy file name to clipboardExpand all lines: docs/cloud-do.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Enter your API token. The token must have read and write permissions (https://cl
67
67
(output is hidden):
68
68
```
69
69
70
-
Finally you will be asked the region in which you wish to setup your new Algo server. This list is dynamic and can change based on availability of resources. Enter the number next to name of the region:
70
+
Finally, you will be asked the region in which you wish to setup your new Algo server. This list is dynamic and can change based on availability of resources. Enter the number next to name of the region:
Copy file name to clipboardExpand all lines: docs/deploy-from-ansible.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Server roles:
67
67
- Adds a restricted `algo` group with no shell access and limited SSH forwarding options
68
68
- Creates one limited, local account and an SSH public key for each user
69
69
- role: wireguard
70
-
-Installs a [Wireguard](https://www.wireguard.com/) server, with a startup script, and automatic checks for upgrades
70
+
-Install a [Wireguard](https://www.wireguard.com/) server, with a startup script, and automatic checks for upgrades
71
71
- Creates wireguard.conf files for Linux clients as well as QR codes for Apple/Android clients
72
72
73
73
Note: The `strongswan` role generates Apple profiles with On-Demand Wifi and Cellular if you pass the following variables:
@@ -80,7 +80,7 @@ Note: The `strongswan` role generates Apple profiles with On-Demand Wifi and Cel
80
80
81
81
- role: local, provider: local
82
82
83
-
This role is intended to be run for local install onto an Ubuntu server, or onto an unsupported cloud provider's Ubuntu instance. Required variables:
83
+
This role is intended to be run for local installation onto an Ubuntu server, or onto an unsupported cloud provider's Ubuntu instance. Required variables:
84
84
85
85
- server - IP address of your server (or "localhost" if deploying to the local machine)
86
86
- endpoint - public IP address of the server you're installing on
-[image](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-images.html) - AMI `describe-images` search parameters to find the OS for the hosted image. Each OS and architecture has a unique AMI-ID. The OS owner, for example [Ubuntu](https://cloud-images.ubuntu.com/locator/ec2/), updates these images often. If parameters below result in multiple results, the most recent AMI-ID is chosen
115
+
-[image](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-images.html) - AMI `describe-images` search parameters to find the OS for the hosted image. Each OS and architecture has a unique AMI-ID. The OS owner, for example,[Ubuntu](https://cloud-images.ubuntu.com/locator/ec2/), updates these images often. If parameters below result in multiple results, the most recent AMI-ID is chosen
0 commit comments