Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 536 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 536 Bytes

WireGuard

Project to learn about WireGuard. Folder structure:

Folder Description
demo Basic version to learn the core components.
server Enhanced version with externalize configs.

Notes

  • 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.