Skip to content

Add support HTTP/HTTPS/SOCKS proxy #77

@incendium

Description

@incendium

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions