diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,6 @@ # WireGuard installer -Easily set up a dual-stack WireGuard VPN on a Linux server. See the issues for the WIP. +Easily set up a dual-stack [WireGuard](https://www.wireguard.com/) VPN on a Linux server. See the issues for the WIP. ## Requirements @@ -26,3 +26,7 @@ Then run it : ```sh ./wireguard-install.sh ``` + +It will install wireguard on the server, configure, create a systemd service and a client configuration file. Mutliple clients are not yet supported. + +Contributions are welcome! |