wireguard-install
wireguard-install copied to clipboard
Detect WireGuard in Containers, and allow install.
I have tested this on my Ubuntu 20.04 server that has native Wireguard in its Kernel running LXD 4.10.
I have tested the following Unprivileged Containers:
- Ubuntu 20.04
- Centos 7
- Debian 10
- Centos 8
- Fedora 32
- Fedora 33
- ArchLinux
I have not tested on OpenVZ
Strangely on Hostinger VPS, OPENVZ is running with 5.4.0 kernel, but this command fails, while ip link add dev wg0 type wireguard
works.
Strangely on Hostinger VPS, OPENVZ is running with 5.4.0 kernel, but this command fails, while
ip link add dev wg0 type wireguard
works.
I can delete interface, but can not create. what is this sorcerry?