Updated WireGuard (markdown)

Orazio 2020-05-29 17:43:38 +02:00
parent b3fce11ab2
commit bf5dd95715

@ -48,7 +48,7 @@ example using scp on linux:
1. Backup the current install: `sudo cp -r /etc/wireguard /etc/wireguard_backup`
2. Extract the backup archive: `tar xzpfv <archive name>`
3. Copy the extracted content: `sudo cp -r etc/wireguard /etc/wireguard`
3. Copy the extracted content: `sudo cp -r etc/wireguard /etc`
4. Restart the wireguard service: `sudo systemctl restart wg-quick@wg0`
**OBS:** Please be aware of the difference between `/etc/` and `etc/`!