Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In a server-client setup you need to adjust the fews.master.mcproxy.conf file and include these arguments in the jvm block. Note that you should specify this for both http and https seperately (also in the ini and or jpif file).

Code Block
<arg id="3" value="-Dhttp.proxyHost=[proxyhostURL]"/>
<arg id="4" value="-Dhttp.proxyPort=[proxyPortNumber, default 80]"/>
<arg id="5" value="-Dhttps.proxyHost=[proxyhostURL]"/>
<arg id="6" value="-Dhttps.proxyPort=[proxyPortNumber, default 80]"/>

...