Skip to content

Commit a3e99be

Browse files
authored
Small wording fixes on the guides/vpn/wireguard/server/ Page (#1249)
Signed-off-by: Erhan Alankus <[email protected]>
1 parent e088632 commit a3e99be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/vpn/wireguard/server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## Installing the server components
1111

12-
Installing everything we will need for a `wireguard` connections is as simple as running:
12+
Installing everything we will need for a `wireguard` connection is as simple as running:
1313

1414
```bash
1515
sudo apt-get install wireguard wireguard-tools
@@ -101,7 +101,7 @@ umask 077
101101

102102
### Key generation
103103

104-
Inhere, we generate a key-pair for the server:
104+
In here, we generate a key-pair for the server:
105105

106106
```bash
107107
wg genkey | tee server.key | wg pubkey > server.pub
@@ -164,7 +164,7 @@ There are many excellent guides and a lot of services offer this for free (with
164164

165165
- [noip.com](https://www.noip.com/support/knowledgebase/getting-started-with-no-ip-com/)
166166

167-
You can up to three hostnames like `myname.no-ip.org` for free. A disadvantage is that you have to confirm the domains at least every 30 days, otherwise they will be deleted.
167+
You can register up to three hostnames like `myname.no-ip.org` for free. A disadvantage is that you have to confirm the domains at least every 30 days, otherwise they will be deleted.
168168

169169
- [Dyn.com](https://account.dyn.com/)
170170

0 commit comments

Comments
 (0)