Wireguard
Generate QR Code:
On
WireGuard Server
install theqrencode
package:
Debian:
sudo apt-get install qrencode
RHEL:
sudo dnf install qrencode
Arch:
sudo pacman -Sy qrencode
Use the
.conf
file to generate the QR code:
qrencode -t ansiutf8 < peer2/peer2.conf
This 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