Live data from Hacker News

A Dead Simple VPN

github.com

1–5 of 5 posts

Re: A Dead Simple VPN

#2
Is there going to be a section that explains the encryption method used?

Does this program protect against buffer overflows? i.e. safe to expose to the world or does it need port knocking?

Re: A Dead Simple VPN

#4
post #3

Why TCP Over TCP Is A Bad Idea http://sites.inka.de/bigred/devel/tcp-tcp.html

Somewhat inevitable if the firewall on the client's end is restrictive and disallow UDP, which is one reason the project exists and why WireGuard doesn't cut it for some.

Re: A Dead Simple VPN

#5
post #4
post #3

Why TCP Over TCP Is A Bad Idea http://sites.inka.de/bigred/devel/tcp-tcp.html

Somewhat inevitable if the firewall on the client's end is restrictive and disallow UDP, which is one reason the project exists and why WireGuard doesn't cut it for some.

I understand, but you are still susceptible to TCP meltdown. You need to alert users to the risks.