Merge branch 'master' into revert-888-feat-cidr-notation

This commit is contained in:
Philip H 2024-04-06 15:17:43 +02:00 committed by GitHub
commit 2a3acdcad5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 48 additions and 37 deletions

View file

@ -13,7 +13,6 @@ You have found the easiest way to install & manage WireGuard on any Linux host!
</p>
## Features
* All-in-one: WireGuard + Web UI.
* Easy installation, simple to use.
* List, create, edit, delete, enable & disable clients.
@ -49,9 +48,8 @@ And log in again.
To automatically install & run wg-easy, simply run:
<pre>
$ docker run -d \
--name=wg-easy \
```
docker run -d \ --name=wg-easy \
-e LANG=de \
-e WG_HOST=<b>🚨YOUR_SERVER_IP</b> \
-e PASSWORD=<b>🚨YOUR_ADMIN_PASSWORD</b> \
@ -64,7 +62,7 @@ $ docker run -d \
--sysctl="net.ipv4.ip_forward=1" \
--restart unless-stopped \
ghcr.io/wg-easy/wg-easy
</pre>
```
> 💡 Replace `YOUR_SERVER_IP` with your WAN IP, or a Dynamic DNS hostname.
>