Project to learn about WireGuard. Folder structure:
Folder | Description |
---|---|
demo | Basic version to learn the core components. |
server | Enhanced version with externalize configs. |
- Inspired by https://github.com/pivpn/pivpn, which has many interesting scripts, ex.:
- Detecting which network interface to use
- Auto-picking ip addresses for clients given an ip network
- IPv6 support
- etc.