You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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? (:
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:
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?
The text was updated successfully, but these errors were encountered: