项目作者: haveachin

项目描述 :
An ultra lightweight minecraft reverse proxy and idle placeholder
高级语言: Go
项目地址: git://github.com/haveachin/infrared.git
创建时间: 2019-11-23T14:27:12Z
项目社区:https://github.com/haveachin/infrared

开源协议:Apache License 2.0

下载





Infrared


A Minecraft Reverse Proxy





Discord


Docker Pulls



CI

[!WARNING]
Infrared is currently under active development: bugs and breaking changes can happen.
Feedback and contributions are welcome.

An ultra lightweight Minecraft reverse proxy and status placeholder:
Ever wanted to have only one exposed port on your server for multiple Minecraft servers?
Then Infrared is the tool you need!
Infrared works as a reverse proxy using a sub-/domains to connect clients to a specific Minecraft server.

Features

  • [X] Reverse Proxy
    • [X] Wildcards Support
    • [X] Multi-Domain Support
  • [X] Status Response Caching
  • [X] Proxy Protocol Support
  • [X] Ratelimiter

Build

Requirements:

  1. CGO_ENABLED=0 go build -ldflags "-s -w" -o ./out/infrared ./cmd/infrared

or make all (requires GNU Make). The binary is in the out/ directory.

Similar Projects

Attributions