From 5bd5a1b421ff5b61ad0f33eeccede64730bf57d8 Mon Sep 17 00:00:00 2001 From: flavi012 <143418282+flavi012@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:40:31 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 713db42d..dea868e4 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ $ cd wg-easy > > 💡 Replace `YOUR_SERVER_IP` with your WAN IP, or a Dynamic DNS hostname. > -> 💡 If you enable `USERS_PATH` be sure to place your file inside `./src/`. +> 💡 If you enable `USERS_PATH` be sure to place your file inside `./src/`. See [users.json](https://github.com/Elemento-Modular-Cloud/wg-easy/blob/develop/src/users.json) for example. > > 💡 Your configuration files will be saved in `~/.wg-easy`
@@ -57,7 +57,7 @@ These options can be configured by setting environment variables inside `docker-
 | Env | Default | Example | Description |
 | - | - | - | - |
 | `WG_HOST` | - | `vpn.myserver.com` | The public hostname of your VPN server. |
-| `USERS_PATH` | - | `/app/users.json` | The path to a JSON file located under ./src/(users.json) made of users and passwords. |
+| `USERS_PATH` | - | `/app/users.json` | The path to a JSON file located under ./src/[users.json](https://github.com/Elemento-Modular-Cloud/wg-easy/blob/develop/src/users.json) made of users and passwords. |
 | `WG_DEVICE` | `eth0` | `ens6f0` | Ethernet device the wireguard traffic should be forwarded through. |
 | `WG_PORT` | `51820` | `12345` | The public UDP port of your VPN server. WireGuard will always listen on `51820` inside the Docker container. |
 | `WG_MTU` | `null` | `1420` | The MTU the clients will use. Server uses default WG MTU. |