Fabric Forwarding

Quick rating

Community listing page, reviews here may not be monitored by the author.

Fabric Forwarding

No reviews yet

Proxy network support for Fabric modded servers.

Mod Loaders
Minecraft
1.19
1.17

About

Description

Discord

FabricForwarding

Proxy network support for Fabric modded servers.

Config

The config contains two keys mode and secret, lets focus on mode for now. The config file is located at config/fabric-forwarding.json

Mode

Mode has three options:

OFF - No IP forwarding. UUIDs will no sync from the proxy, skins will not work.

LEGACY - BungeeCord-syle, insecure but is needed if other servers on the proxy are running Minecraft versions before 1.13.

MODERN - Velocity-style, modern 1.13+ ip forwarding using encryption to make login secure.

Secret

The secret key is only used when in MODERN mode. It is used to encrypt the initial login connection between the proxy and server. This must be the same as the one provided by your proxy.-

Proxy Support

QForward currently supports Velocity v2 forwarding.

Configuration

There are two config options available in the config/qforward.json file.

  • enable_forwarding (boolean, default: false) - Enable forwarding.
  • forwarding_secret_file (string, default: "forwarding.secret") - Relative path to a file that contains the forwarding secret.

forwarding_secret_file can also be mapped to an environment variable by formatting it as env:ENVIRONMENT_VARIABLE (eg env:QFORWARD_SECRET)

Legacy/Bungecord forwarding

Legacy forwarding support has been dropped as of 3.0.0