From b7d0ceb4ad0c1fcf60aef6f4602b670fee0f5100 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Sat, 19 Oct 2024 21:19:36 +0530 Subject: [PATCH] Added links for generating hash and repo link in links.md --- LINKS.md | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/LINKS.md b/LINKS.md index 1ef166f..3b4b992 100644 --- a/LINKS.md +++ b/LINKS.md @@ -3,3 +3,6 @@ - Guide 2: https://www.instructables.com/Raspberry-Pi-Motion-Detection-Security-Camera/ + +- Generate bcryt hash: https://github.com/wg-easy/wg-easy/blob/master/How_to_generate_an_bcrypt_hash.md +- wireguard tunnel repo: https://github.com/wg-easy/wg-easy diff --git a/README.md b/README.md index 42a3b78..39d4ab9 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,10 @@ sudo systemctl enable ufw 5. Setup Wireguard: - Generate bcrypt password hash by running: ```shell - docker run -it ghcr.io/wg-easy/wg-easy wgpw + docker run -it ghcr.io/wg-easy/wg-easy wgpw '' ``` - This will return a `PASSWORD_HASH` + This will return a `PASSWORD_HASH`. For addition information, checkout their [guide](https://github.com/wg-easy/wg-easy). - Create a file in the current directory called `.env`