Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 907 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 907 Bytes

MineGate-Go Build Status

Minegate is reverse proxy for minecraft, focused on providing the missing virtual host functionality, which is supported by the protocol.

Usage

Please refer to config.yml for configuration. Place config.yml within current directory, and minegate will load it automatically. Custom config file support will be added soon.

Feature requests are welcome via issues.

Branches

master: the development branch, code within master are likely to be broken.
stable: the last successful build, compiled and tested with basic tests, expect to work.
release: the latest release, passed all tests in stable, plus manual feature tests.

You should only use release versions in production environments!