Proxy for Minecraft Pocket Edition to connect to internet servers without app modification
Install node.js from http://nodejs.org/
Download and extract source using the ZIP button or this link.
Install dependencies (Run in extracted directory)
npm install --production
node mcpeproxy.js --serverip <server ip>
Where <server ip>
is the ip of the server to connect to
The ip will be saved into the config file
(Also can be specified via the environment variable "serverip")
Either file an issue or come to the irc channel: #mcpedevs @ Freenode
More detailed documentation will be added when this is more complete