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

Using proxy instead of VPN address #19

Open
DevineDecrypter opened this issue May 16, 2021 · 3 comments
Open

Using proxy instead of VPN address #19

DevineDecrypter opened this issue May 16, 2021 · 3 comments

Comments

@DevineDecrypter
Copy link

are there anyways to use Proxy instead of vpn ? i want to use Proxy for my application and i want to be able to change it programmatically , as far as i know i can change the vpn address from inside the application , is anything similar to this available for proxies ?

@yasirwahid
Copy link

@DevineDecrypter have you found anything? because i need the same thing i have ip and port. the ip i have is used as a proxy on web. i need to implement in mobile.

ex: connect('192.166.0.1','username','pass')

its giving me unreachable error and i think its because of port which i dont know where to put it.

@DevineDecrypter
Copy link
Author

@DevineDecrypter have you found anything? because i need the same thing i have ip and port. the ip i have is used as a proxy on web. i need to implement in mobile.

ex: connect('192.166.0.1','username','pass')

its giving me unreachable error and i think its because of port which i dont know where to put it.

I ended up using react-native-android-open-settings which you can use to redirect user to the settings page so the user can input the information there.
Sadly i couldnt find a way to automate this process.

@yasirwahid
Copy link

@DevineDecrypter thanks.

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

2 participants