mirror of
https://github.com/pi-hole/docs.git
synced 2026-08-06 13:24:28 +01:00
Change qrencode -r to redirect
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -199,7 +199,7 @@ That's it.
|
||||
You can now copy the configuration file to your client (if you created the config on the server). If the client is a mobile device such as a phone, `qrencode` can be used to generate a scanable QR code:
|
||||
|
||||
```bash
|
||||
sudo qrencode -t ansiutf8 -r "/etc/wireguard/${name}.conf"
|
||||
sudo qrencode -t ansiutf8 < "/etc/wireguard/${name}.conf"
|
||||
```
|
||||
|
||||
(you may need to install `qrencode` using `sudo apt-get install qrencode`)
|
||||
|
||||
Reference in New Issue
Block a user