1
0
mirror of https://github.com/burghardt/easy-wg-quick.git synced 2024-11-24 08:42:29 +02:00
easy-wg-quick/.gitignore
Krzysztof Burghardt c798a1dc2e
Use private PSKs for each client instead of a single global key.
Easy-wg-quick configures WireGuard to work in an optional pre-shared key mode.
PSK is mixed into the public key cryptography. This patch removes the global
`wgpsk.key` file and switches to using a per-client pre-shared key. After this
change, each client knows only its own PSK.
2022-05-19 13:07:37 +02:00

6 lines
31 B
Plaintext

*.bak
*.conf
*.key
*.psk
*.txt