-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
Privado zip download timeout is too short #2223
Comments
@qdm12 is more or less the only maintainer of this project and works on it in his free time.
|
The client timeout is set to 10 seconds, how long does the download take for you?? For me it's near instantaneous. EDIT: or we could have the http timeout configurable, eventually. But ideally not, one less thing to think about for me and the users 😄 |
It probably takes 10 seconds or so to timeout, I'll find out how to adjust the timer, or maybe learn how to implement the feature myself, sounds fun. |
I would go against loading data from a zip file, since not all VPN providers give a zip file. It feels it would introduce unneeded complexity and long term support. Also, it's strange it takes > 10 seconds to download that zip file, is your internet bandwidth very slow (check on fast.com) or internet latency very high? The zip file is 600KB, it should download within 10 seconds in pretty much all cases I can think of, except if you run internet infrastructure from the 90s 🤔 |
Internet infrastructure and speed is fine, I got it up and working using slickvpn but it expires next month, only privado gives me problems. I'll adjust the timer when I get around to messing with it again. Thanks again for your time |
Ok thanks for letting me know, closing this for now. |
Closed issues are NOT monitored, so commenting here is likely to be not seen. This is an automated comment setup because @qdm12 is the sole maintainer of this project |
What's the feature 🧐
Include the option to update the VPN server list from a local .zip
Extra information and references
Im trying to update the privado server list and it times out trying to connect. i copied the output from the update command in to my browser and downloaded the same .zip it was trying to download.
It would be great if i could tell the command to use this zip instead of it trying to go get it
something like this i guess
update-local /pathtozip/ -providers provider.
thanks for you time to make this its been great
The text was updated successfully, but these errors were encountered: