DEV Community

Discussion on: Host your own OpenVPN server in a few seconds

Collapse
 
defman profile image
Sergey Kislyakov

I used OpenVPN, but I've switched to WireGuard. Simpler to use, built in linux kernel (so I guess it's faster than OpenVPN in most cases). If you don't need any specific stuff from OpenVPN and just want a personal VPN, consider trying it. I've been using it for a year or two.

Collapse
 
phiilu profile image
Florian Kapfenberger

Hey Sergey, I never heard of WireGuard before, but looks very interesting. Thanks for sharing!