From 093ccdd2e2c0713a42d1b383a417ae919f019599 Mon Sep 17 00:00:00 2001 From: Viktor Yudov Date: Wed, 14 Feb 2024 17:16:39 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e3fd147e..07654ed8 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ $ docker run -d \ ghcr.io/spcfox/amnezia-wg-easy +> 💡 Replace `YOUR_SERVER_IP` with your WAN IP, or a Dynamic DNS hostname. +> +> 💡 Replace `YOUR_ADMIN_PASSWORD` with a password to log in on the Web UI. + The Web UI will now be available on `http://0.0.0.0:51821`. > 💡 Your configuration files will be saved in `~/.amnezia-wg-easy` @@ -92,6 +96,8 @@ These options can be configured by setting environment variables using `-e KEY=" | `H3` | `random` | `1234567893` | Underload packet magic header — UnderLoad packet header. Must be < uint_max. | | `H4` | `random` | `1234567894` | Transport packet magic header — header of the packet of the data packet. Must be < uint_max. | +> If you change `WG_PORT`, make sure to also change the exposed port. + ## Updating To update to the latest version, simply run: