You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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).
The text was updated successfully, but these errors were encountered: