Modern security: We need Wireguard

Here, I want to have the option to use the new VPN protocol Wireguard.

image

And it should be there by default. Security should be the default, after all…

By default!

Note that when I say by default, I mean by default. So it should be possible to use without any extra installation, just like it’s possible OpenVPN currently, which it is supposed to replace.

Note that it will even be implemented in the Linux kernel, soon, likely.

Technology

It would be preferable to use it with an implementation in a safe language, after all, this is security-relevant.

Recently Cloudflare published a nice implementation in Rust, so maybe that can be used:
https://github.com/cloudflare/boringtun

How to make this happen?

I guess it needs to be integrated into NetworkManager somehow?

Where can this be reported/tracked?

Or does this request here fit into the “Applications” category then? If so, which application? gnome-control-center ?


Cross-posted in the Fedora discourse community.

1 Like

So there is
https://github.com/max-moser/network-manager-wireguard

for NetworkManager.

But well… it’s still a plugin the user has to install manually… (and even, currently, hard-to-install, because it is not included in many distros.)

Also, it seems to be a complete new implementation of Wireguard in C or what? So I am not sure if it can e.g. use boringtun..

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.