0.3.4 • Published 4 years ago

mcrevproxy v0.3.4

Weekly downloads
11
License
MIT
Repository
github
Last release
4 years ago

Minecraft Reverse Proxy

npm

A small reverse proxy which can run multiple minecraft servers on the same IP. It works by reading the hostname of the handshake packet and mapping it to a different address. It has basic logging to the terminal.

Usage

mcrevproxy -p <server-port> <address>=<host>:<port> ...

Example

mcrevproxy server1.localhost=:25566 server2.localhost=192.168.2.100

Assuming that *.localhost does resolve to 127.0.0.1, clients that connect to server1.localhost will be forwarded to 127.0.0.1:25566, and connections to server2.localhost will be forwarded to 192.168.2.100:25565.

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago