17 lines
245 B
Markdown
17 lines
245 B
Markdown
# To Install
|
|
```bash
|
|
sudo su -
|
|
git clone http://gitlab.duco.net/ducoterra/wireguard_scripts.git
|
|
sh install.sh
|
|
```
|
|
|
|
# Add a client
|
|
```bash
|
|
cat /etc/wireguard/pubkey
|
|
sh newclient.sh
|
|
```
|
|
|
|
# Create a QR Code
|
|
```bash
|
|
sh qr.sh < client/client.conf
|
|
``` |