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`