Back to mods
Proxy Protocol Support project artwork

CurseForge · Minecraft mod

Proxy Protocol Support

Proxy Protocol support for Fabric servers

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Proxy Protocol Support release matches 24w19b Quilt?

Updated 2 months ago
Best match for your filters proxy_protocol_support-1.0.4-fabric.jar
Game version 1.16-Snapshot, 1.17.1, 1.16.3
Loader Fabric, Quilt

Proxy Protocol Support proxy_protocol_support-1.0.4-fabric.jar targets 1.16-Snapshot, 1.17.1, 1.16.3 with Fabric, Quilt. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is Proxy Protocol Support required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric, Quilt
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Proxy Protocol Support proxy_protocol_support-1.0.4-fabric.jar need?

proxy_protocol_support-1.0.4-fabric.jar on 24w19b Quilt. Every mod below is checked against that same setup.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add Proxy Protocol Support without breaking your instance.

Built for Proxy Protocol Support proxy_protocol_support-1.0.4-fabric.jar on 24w19b Quilt. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use proxy_protocol_support-1.0.4-fabric.jar. It targets 1.16-Snapshot, 1.17.1, 1.16.3 with Fabric, Quilt; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside proxy_protocol_support-1.0.4-fabric.jar. It opens that exact file at the source.

About this project

What does Proxy Protocol Support add?

Proxy Protocol Support

Proxy Protocol Support is a Fabric and Quilt mod which adds support for Proxy Protocol (HAProxy) for your Minecraft server. It allows to accept both proxied and direct connections simultaneously.

For example you can use TCPShield or other software (Nginx, FRP) to forward traffic, and hide your server's IP address. Without Proxy Protocol, your console will only show the proxy's IP address. By reading the Proxy Protocol packet, this mod makes showing the player's real IP address possible.

This is a Server-Side only mod; it does nothing when installed on a client.

Supports Minecraft versions 1.14-1.21.10 and probably later (untested).


Secure Hybrid Mode

This mod allows your Minecraft server to simultaneously accept connections from a trusted proxy (using the PROXY protocol) and from trusted direct-access IPs. This is perfect for setups where you want to hide your server's IP behind a proxy, while still allowing admins or local players to connect directly.

The mod operates on a secure "Default Deny" principle. If an incoming connection's IP address is not explicitly whitelisted in one of the lists below, it will be rejected. This prevents unauthorized users from bypassing your proxy and connecting directly to your server's real IP address.


Configuration

Configuration is handled in config/proxy_protocol_support.json.

enableProxyProtocol

Set to true to enable the mod's functionality.

  • Default: true

proxyServerIPs

A list of IP addresses that are your trusted proxy servers. Connections from these IPs must send a PROXY Protocol header.

  • Default: ["127.0.0.1"]

directAccessIPs

A list of IPs or CIDR ranges that are allowed to connect directly without a PROXY Protocol header. This is ideal for admins, local network players, and server-side tools.

  • Default: ["127.0.0.1", "192.168.0.0/16"]

whitelistTCPShieldServers

When true, the mod automatically fetches TCPShield's official proxy IPs and adds them to the trusted proxyServerIPs list.

  • Default: false

Example Scenarios

Scenario 1: Server behind FRP on the same machine

You run frpc on the same machine as the Minecraft server. Players from the internet connect through the proxy. You want to connect directly from your gaming PC on the same LAN (192.168.1.100).

proxyServerIPs = ["127.0.0.1"]
directAccessIPs = ["127.0.0.1", "192.168.1.100"]

Scenario 2: Server protected by a remote proxy service

Your server is at home, and you use a VPS with the IP 203.0.113.10 as a proxy. You want your entire home network (192.168.0.0/24) to have direct access.

proxyServerIPs = ["203.0.113.10"]
directAccessIPs = ["127.0.0.1", "192.168.0.0/24"]

Scenario 3: Maximum Security (Proxy Only)

You only want to allow connections through your proxies and nothing else (not even from the local machine).

proxyServerIPs = ["1.2.3.4", "5.6.7.8"] # Your proxy IPs
directAccessIPs = [] # Leave empty

Looking for Minecraft server? Visit BedrockHost.pl

Project description from CurseForge.

Pick your setup

Proxy Protocol Support by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

773 available setups

Showing the newest 12 of 386 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Proxy Protocol Support versions and loaders

1 of 9 releases match
Clear filters

Looking for an older file? The official CurseForge project page is in Resources.