Skip to content

Commit

Permalink
Merge pull request pivpn#9 from fredg02/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
coolapso authored Jun 15, 2021
2 parents 06f72c9 + 687b443 commit c7047ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/wireguard.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Run `wg-quick down whatever` to deactivate the tunnel.
Run `pivpn -qr` on the PiVPN server to generate a QR code of your config, download the Wireguard app [Android link](https://play.google.com/store/apps/details?id=com.wireguard.android) / [iOS link](https://apps.apple.com/it/app/wireguard/id1441195209), click the '+' sign and scan the QR code with your phone's camera. Flip the switch to activate the tunnel.

!!! note
If you are having deformed or weirdly formated qrcodes, please try using `pivpn -qr -a256` to generate a qrcode in ansi256, this will generate a substantially bigger qrcode but plays nicely when using other types of fonts on your terminal.
If you are having deformed or weirdly formatted qrcodes, please try using `pivpn -qr -a256` to generate a qrcode in ansi256, this will generate a substantially bigger qrcode but plays nicely when using other types of fonts on your terminal.



Expand Down Expand Up @@ -141,7 +141,7 @@ Replace the following line in your client configuration: `AllowedIPs = 0.0.0.0/0

Backup your server with `pivpn -bk`
copy the tar archive to your computer.
example using scp on linux:
example using scp on Linux:

`scp <user>@<server>:~/pivpnbackup/<archivename> <path/on/local>`

Expand Down Expand Up @@ -173,7 +173,7 @@ Example:
192.168.1.5 DogPC
```

## Updatinging Wireguard
## Updating Wireguard


!!! note
Expand Down

0 comments on commit c7047ab

Please sign in to comment.