my0419 / myvpn-agent

The tool for installing VPN protocols
GNU General Public License v3.0
2 stars 0 forks source link

SoftEther VPN protocol support + other obfuscated VPN tunnels #2

Open TheLinuxGuy opened 3 years ago

TheLinuxGuy commented 3 years ago

Thank you for providing these great scripts to setup VPS and optimize the settings of the OS for networking. Would you be open to considering adding support for softether.org?

Also sometimes ISPs throttle or degrade UDP tunnel connections, I have a 3G/LTE internet connection which has variable latency 70ms-200ms and throughtput via tunnels is very bad (e.g: 3mbps down/up vs. 70mbps speedtest.net / fast.com tests) - there are some advanced ways to circumvent QoS like shadowsocks+OpenVPN or even using UDP2raw (https://github.com/wangyu-/udp2raw-tunnel)

Just wanted to propose consideration for alternative protocols, softether is proposed because it does port 443 and disguises itself as https traffic. It also claims to fix MTU problem on links like 3G/LTE like mine.

A script I found that may be a good start for inspiration for adding softether could be: https://raw.githubusercontent.com/icoexist/softether-autoinstall/master/ubuntu/se-install-ubuntu.bash

ibramir commented 1 year ago

I'd love for SoftEther support to be added as no other protocol works well in my country. I'm not sure if this is still maintained but I'm willing to contribute to the development.