Wireguard
Last updated
On WireGuard Server install the qrencode package:
Debian:
sudo apt-get install qrencodeRHEL:
sudo dnf install qrencodeArch:
sudo pacman -Sy qrencodeUse the .conf file to generate the QR code:
qrencode -t ansiutf8 < peer2/peer2.confThis will generate a QR code similar to this:
Add Connection on Android WireGuard Application:
Scan the QR code:
Press OK:
Connect to Server:
Last updated