promotional bannermobile promotional banner

Proxy Protocol Support

Proxy Protocol support for Fabric servers

File Details

proxy-protocol-support-1.2.1-fabric.jar

  • R
  • May 14, 2026
  • 53.22 KB
  • 9
  • 26.1.2+2
  • Fabric

File Name

proxy-protocol-support-1.2.1-fabric.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:proxy-protocol-support-623925:8088452"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Fixed IPv6 CIDR matching — /32 was treated as a full mask regardless of address family, breaking prefix matching for IPv6 addresses
  • Added hybrid connection mode — when an IP is on both proxyServerIPs and directAccessIPs lists, the mod now detects PROXY protocol header at runtime and handles the connection accordingly
  • Added unit tests for CIDRMatcher
  • Updated Netty HAProxy codec to 4.2.13.Final