Tuesday, September 13, 2011

Game: Playing Minecraft Through a Proxy

java -DsocksProxyHost=localhost -DsocksProxyPort=1080 -Xmx800m -jar Minecraft.exe

This command allow you to tunnel the Java executable via a SOCKS proxy. The host and port number are obvious. -Xmx specify the maximum size, in bytes, of the memory allocation pool.

Ref:
Playing Minecraft Through a Proxy

No comments: