From cd0bbf80c2445ea3325fb481b95a92fcfbad8b26 Mon Sep 17 00:00:00 2001 From: fossilfranv Date: Thu, 8 Apr 2021 14:47:27 -0700 Subject: [PATCH] Add 'howto.txt' --- howto.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 howto.txt diff --git a/howto.txt b/howto.txt new file mode 100644 index 0000000..9ca2c25 --- /dev/null +++ b/howto.txt @@ -0,0 +1,9 @@ +Now you can either show a QR code to connect to the VPN through a mobile phone, or scp the configuration file to your PC: + +To connect from a mobile device by scanning the QR code for the desired config, run + +docker exec -it wireguard /app/show-peer 1 + +You can also scp the config files located under wireguard/config/peer*/peer*.conf to set up your PC + +Place the config files under your local /etc/wireguard/ folder and manage the connections with wg-quick. \ No newline at end of file