A Dead Simple VPN
github.com
A Dead Simple VPN
1–5 of 5 posts
Re: A Dead Simple VPN
#2Is 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
#3Why TCP Over TCP Is A Bad Idea
http://sites.inka.de/bigred/devel/tcp-tcp.html
Re: A Dead Simple VPN
#4Why 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
#5Why 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.