Skip to content

Commit

Permalink
Update client.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NittanySeaLion committed Mar 21, 2024
1 parent 48830c5 commit 423deb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guides/vpn/wireguard/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@ exit

(you may need to install `qrencode` using `sudo apt-get install qrencode`)

You can directly scan this QR code with the official WireGuard app after clicking on the blue plus symbol in the lower right corner. You can also run `sudo qrencode -t ansiutf8 < "/etc/wireguard/[client_name].conf"` to display the QR code after exiting sudo mode.
You can directly scan this QR code with the official WireGuard app after clicking on the blue plus symbol in the lower right corner.

The `exit` command will clear the variable `${name}`. But you can run `sudo qrencode -t ansiutf8 < "/etc/wireguard/[client_name].conf"` at any time to display the QR code for a particular `client_name`.

## Connect to your WireGuard VPN

Expand Down

0 comments on commit 423deb1

Please sign in to comment.