Skip to content
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

Allow additional parameters in vpn conf file #1823

Open
aviv926 opened this issue Dec 16, 2024 · 3 comments
Open

Allow additional parameters in vpn conf file #1823

aviv926 opened this issue Dec 16, 2024 · 3 comments

Comments

@aviv926
Copy link

aviv926 commented Dec 16, 2024

Proton vpn support VPN Accelerator which
Increase VPN speeds by up to 400% but Rethink don't support this option in the wireguard config option?.

Proton vpn conf file look like this:

[Interface]
# Bouncing = 22
# NetShield = 1
# Moderate NAT = off
# NAT-PMP (Port Forwarding) = off
# VPN Accelerator = on
PrivateKey = *****
Address = 10.2.0.2/32
DNS = 10.2.0.1

[Peer]
... 

When I'm connected to their app I get a speed of 500+ megabits but when I'm connected via a configuration file (same server) I get a maximum of 100 megabits.

Would it be possible to fix this please?

@ignoramous
Copy link
Collaborator

Think 100mbps limit might be due to all the processing a Firewall like Rethink has to do.

Regardless, the "VPN accelerator" setting isn't a WireGuard specific thing. It seems like a Proton thing.

@aviv926
Copy link
Author

aviv926 commented Dec 17, 2024

Think 100mbps limit might be due to all the processing a Firewall like Rethink has to do.

Regardless, the "VPN accelerator" setting isn't a WireGuard specific thing. It seems like a Proton thing.

Oh I see, but I'm not sure how this can be compared to see if it's a "problem"? Maybe a new phone with more powerful processing power will be able to provide faster speeds?

@ignoramous
Copy link
Collaborator

Maybe a new phone with more powerful processing power will be able to provide faster speeds?

Possible that speeds increase, but also, there could be bottlenecks in our code, too. We haven't really profiled anything to know concretely yet; mostly because 100mbps ought to be enough for a smartphone, no? (:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@ignoramous @aviv926 and others