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

Add support HTTP/HTTPS/SOCKS proxy #77

Open
incendium opened this issue Aug 16, 2012 · 1 comment
Open

Add support HTTP/HTTPS/SOCKS proxy #77

incendium opened this issue Aug 16, 2012 · 1 comment

Comments

@incendium
Copy link

It would be nice if MultiMC could support a proxy when launching Minecraft. Adding support for additional arguments when launching Java would also be an acceptable solution here.

You can specify a proxy in Java by setting any one of the following ENV variables:

http.proxyHost
http.proxyPort
https.proxyHost
https.proxyPort
socks.proxyHost
socks.proxyPort

You can specify ENV variables on the command line by prefixing the variable name with -D (e.g. -Dhttp.proxyHost=127.0.0.1).

@pantheis
Copy link

Let me second the above, but also add that MultiMC should itself support a system defined proxy under Windows and allow the user, via a configuration tab, to configure network settings to either use no proxy, the system proxy or a custom defined proxy. This missing feature is stopping me from being able to use MultiMC in some environments.

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