Added links for generating hash and repo link in links.md
This commit is contained in:
parent
334e5cda0a
commit
b7d0ceb4ad
3
LINKS.md
3
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
|
||||
|
@ -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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user