Added links for generating hash and repo link in links.md

This commit is contained in:
K 2024-10-19 21:19:36 +05:30
parent 334e5cda0a
commit b7d0ceb4ad
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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 <PASSWORD-HERE>
docker run -it ghcr.io/wg-easy/wg-easy wgpw '<PASSWORD_HERE>'
```
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`