Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdevelopment11 committed Nov 14, 2024
1 parent 91f5ced commit 89855a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Das Ergebnis sollte so aussehen:
Ich empfehle ab jetzt die Verwendung eines Reverse Proxys (siehe [NGINX Proxy Manager](https://community.hetzner.com/tutorials/installing-nginx-proxy-manager)).

Wenn du erfolgreich warst, solltest du jetzt die Login Seite von WireGuard UI sehen. Die Standardanmeldedaten sind:

- U: admin
- PW: admin

Expand Down Expand Up @@ -181,7 +181,7 @@ Und starte (oder stoppe) WireGuard:

* Vorübergehend
```bash
wg-quick up wg0 &
wg-quick up wg0
wg-quick down wg0
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sudo apt update && sudo apt upgrade

## Step 2 - Setting up the .YML

The `.yml` file contains all information needed,
The `.yml` file contains all information needed,
to create Docker containers for the WireGuard UI.

```bash
Expand Down Expand Up @@ -121,7 +121,7 @@ Using your browser enter `http://<203.0.113.1>:5000`
I recommend using a reverse proxy from now on (see [NGINX Proxy Manager](https://community.hetzner.com/tutorials/installing-nginx-proxy-manager)).

If you were successful you should see the WireGuard UI login page. The default credentials are:

- Username: admin
- Password: admin

Expand Down Expand Up @@ -183,7 +183,7 @@ And start (or stop) WireGuard:

* Temporarily
```bash
wg-quick up wg0 &
wg-quick up wg0
wg-quick down wg0
```

Expand Down

0 comments on commit 89855a2

Please sign in to comment.