-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add vpngate support #135
Comments
It's cool but they log all your traffic. |
but sometimes we only need vpn for |
I think what he meant to ask for was native SoftEther VPN protocol support. Adding Softether VPN protocol control would be pretty easy and make this app super popular. Anyone who wanted to then use VPNgate(which uses Softether) could easily do so and lots of providers like myself(Whattheserver.com) and cactusvpn etc all use Softether vpn as the server. Softether supports emulating OpenVPN faster than even openvpn the softether native protocol is faster than them all and would be nice to easily use it via qoumi like we can wireguard and openvpn an example of some of the Linux CLI way of using softether vpn client for linux is below. Most of the routing stuff that is hard to do is already figured out in the OpenVPN so just wrapping the softether commands in place of the OpenVPN ones would probably be pretty easy. I'm still learning python but I may take a stab at it when I get some free time. Also if any dev needs an account to test I would happily provide one for free. Ours are logless. I also have a nice writeup and auto-installer which is opensource to rapidly spin up a softether vpn node. |
add option to connect to vpngate.
https://www.vpngate.net/en/
and fetch config from it
and since username is vpn
and password is vpn
just give option to directly connect.
The text was updated successfully, but these errors were encountered: