Viktor Yudov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
0 deletions
-
README.md
|
|
@ -55,6 +55,10 @@ $ docker run -d \ |
|
|
ghcr.io/spcfox/amnezia-wg-easy |
|
|
ghcr.io/spcfox/amnezia-wg-easy |
|
|
</pre> |
|
|
</pre> |
|
|
|
|
|
|
|
|
|
|
|
> 💡 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`. |
|
|
The Web UI will now be available on `http://0.0.0.0:51821`. |
|
|
|
|
|
|
|
|
> 💡 Your configuration files will be saved in `~/.amnezia-wg-easy` |
|
|
> 💡 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. | |
|
|
| `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. | |
|
|
| `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 |
|
|
## Updating |
|
|
|
|
|
|
|
|
To update to the latest version, simply run: |
|
|
To update to the latest version, simply run: |
|
|
|