pirate / wireguard-docs

📖 Unofficial WireGuard Documentation: Setup, Usage, Configuration, and full example setups for VPNs supporting both servers & roaming clients.
https://docs.sweeting.me/s/wireguard
MIT License
4.45k stars 309 forks source link

Remove keys from repository to prevent usage #50

Closed Zocker1999NET closed 4 years ago

Zocker1999NET commented 4 years ago

I'm sure you know that the keys you have published are not secure anymore. However the examples look like copy/paste/work files, which they are except for the keys. People just learning how to use unix/wireguard/… might see your repository, overfly the manual, copy the examples as required and then it works. Then they won't think again about security if setting up a running WireGuard VPN was their primary goal! So please remove the keys, add a README with a big warning sign to these examples or replace the key data with something like <YOUR PRIVATE KEY, see README>.

pirate commented 4 years ago

The keys are intentionally all broken for this reason, if you try running the configs by straight copy/pasting it won't connect 😉 , which should force people to regenerate their own keys.

If you find a case where this isn't true feel free to comment back and I'll reopen this.