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

VPN selection #49

Open
MattSkala opened this issue Dec 16, 2018 · 3 comments
Open

VPN selection #49

MattSkala opened this issue Dec 16, 2018 · 3 comments

Comments

@MattSkala
Copy link
Collaborator

How are we going to handle VPN selection? Currently it's hardcoded to always use AzireVPN. It makes sense to use the cheapest VPN which is working for the selected VPS provider. It would be interesting if the bot can also learn which VPS providers do not care about traffic so we can save on VPN, and for which the VPN is a necessity for survival. Is it possible to integrate it somehow with the current QTable/should we create a separate QTable for VPN selection?

@rpytel1
Copy link
Collaborator

rpytel1 commented Dec 16, 2018

Is there any way to check if provider requires VPN ? I mean some method other than getting banned.
Does VPN providers just vary per price or also there is some transfer/bandwidth/other attributes?
If it is simply price we can integrate it to one class, if not we probably will have to either do two specific for VPN and VPS selection or make class QTable more generic to be able to support both VPN and VPS.

@MattSkala
Copy link
Collaborator Author

I don't think there is a way to find out other than get banned. :)

Also, only some providers support VPN installation, some of them require enabling TUN/TAP in the control panel, and some of them may not support it at all. This would either require some work on cloudomate side so it gives us more information regarding VPN support, or we can leave it as a parameter for learning.

@MattSkala
Copy link
Collaborator Author

Does VPN providers just vary per price or also there is some transfer/bandwidth/other attributes?

The VPN can vary by speed, but we would need to measure that with a speed test and the speed could also vary in time. We discussed this on the meeting and I think the outcome was that for now, we can just choose a random VPN provider.

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

No branches or pull requests

2 participants