QUIC/TLS proxy for Hytale with a modding API, backend security, and routing.
<p align="center"> <img src="https://raw.githubusercontent.com/hytalemoddingru/lineage/master/docs/assets/lineage-proxy-logo.svg" width="300" alt="Lineage Proxy Logo"> </p>
Lineage is a security-first QUIC/TLS proxy designed to bring the flexibility of "BungeeCord/Velocity" networks to Hytale, without breaking the strict security model of the new protocol.
Traditional proxy forwarding (like HAProxy or Velocity's TCP forwarding) does not work with Hytale's QUIC implementation because of strict TLS handshakes and authenticated sessions. You cannot simply "Pipe" the connection transparently.
Lineage solves this by acting as a trusted component. Instead of fighting the protocol, it establishes an explicit trust chain with your backend servers, allowing you to route players seamlessly while keeping the official authentication flow intact.
.jar file from the Files tab.java -jar lineage-proxy-x.x.x.jar
config.toml to set up your listeners and backend servers.lineage-backend-mod jar.mods folder.proxy_secret in your backend config matches the one in your proxy config.Status: Alpha (v0.x.x). This project is in active development. APIs and config formats may change.
0 Comments