diff options
author | Stanislas Lange <angristan@pm.me> | 2020-04-08 14:19:32 +0200 |
---|---|---|
committer | Stanislas Lange <angristan@pm.me> | 2020-04-08 14:19:32 +0200 |
commit | 6e60d59ee447021afdd9e16c83be933625836125 (patch) | |
tree | 9583a413f9f3cdaf75f5af4ce0d0c791c4b169a2 /README.md | |
parent | f0891e7235afca3895ca99d13b8eebad3989e9a0 (diff) |
Add add_client feature to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -35,6 +35,14 @@ chmod +x wireguard-install.sh ./wireguard-install.sh ``` -It will install WireGuard (kernel module and tools) on the server, configure it, create a systemd service and a client configuration file. Multiple clients are not yet supported. (WIP!) +It will install WireGuard (kernel module and tools) on the server, configure it, create a systemd service and a client configuration file. + +To generate more client files, run the following: + +```sh +./wireguard-install.sh add_client +``` + +Make sure you choose different IPs for you clients. Contributions are welcome! |