Hacker News new | ask | show | jobs
by tbronchain 1812 days ago
Looks great!

I've been using wg-meshconf[1] to assist in setting up Wireguard Mesh Networks on Linux for a while, works amazing!

A massive use case is to setup Kubernetes clusters, where end to end network encryption is quite important.

[1]: https://github.com/k4yt3x/wg-meshconf

1 comments

This assumes the peers have static IPs? Or how is changing peer IPs handled?
Correct, peers must have a static IP. We could imagine to build a small extra tool to automate regenerate the config in case of IP change but could be a bit tricky :)