-
-
Notifications
You must be signed in to change notification settings - Fork 727
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
min behind a proxy #82
Comments
Most operating systems have a setting to use a proxy - For example, OS X instructions are here. If you enable a proxy in your operating system, it should work in Min. There currently isn't a way to set a proxy for just Min, but it wouldn't be too difficult to add that using the session.setProxy API. |
@PalmerAL I use XUBUNTU on my enterprise and I can't change any file of system. So, That is why it is better to add proxy setting on web browser MIN. ;-) |
Hi, |
Would be nice if You add separate proxy settings. |
love min's simplty. Yes. I'm looking forward to proxy setting feature, with proxy auto-config even better. |
It's really useful to have custom proxy settings because I don't want to proxy the whole system and I need to set different proxy ports for different applications. |
to set proxy globally, for all sessions, you can set the relevant chromium command line flag before electron app ready event like so:
|
TOR proxy:
|
I was able to add a simple proxy tor host to my session as @PalmerAL stated in |
If you don't want to set proxy system-wide, just run Min with HTTP/HTTPS: SOCKS: |
That's not the case, then you can't switch back to normal middle session or switch to other proxy. |
* Add proxy settings fixes #82 * Simplify proxy settings
Hello everybody,
I would like to use min behind a proxy.
How can I do that ?
Thanks for all
The text was updated successfully, but these errors were encountered: