mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-25 21:00:21 +03:00
Merge branch 'master' into revert-888-feat-cidr-notation
This commit is contained in:
commit
2a3acdcad5
7 changed files with 48 additions and 37 deletions
|
@ -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.
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue