rancher / os

Tiny Linux distro that runs the entire OS as Docker containers
https://rancher.com/docs/os/v1.x/en/
Apache License 2.0
6.44k stars 655 forks source link

Support for Wireguard? #2312

Open ghost opened 6 years ago

ghost commented 6 years ago

RancherOS Version: 1.2

Where are you running RancherOS? hetzner cloud

I wanted to ask/suggest if you can include the wireguard out of tree kernel module into Rancher OS. It is a new kind of vpn, that is not yet in the kernel. But there are plans to include it.

I has also been included into flannel/canal, so it is still experimental.

I can prepare a pull request, if that is ok.

niusmallnan commented 6 years ago

To build an out-of-tree kernel module, you can refer to the zfs module in os-services. https://github.com/rancher/os-services

darth-veitcher commented 5 years ago

Are there any officially supported docs for running Wireguard on RancherOS? Scouting the internet for examples and it’s very hard going.