Jay113355 / IpForward

Adds support for proxy IP forwarding in forge. Archived, replaced by https://github.com/caunt/BungeeForge
Apache License 2.0
5 stars 2 forks source link
minecraftforge

I've archived this project as I no longer use it. It can be replaced by https://github.com/caunt/BungeeForge with higher minecraft version support.

IPForward

This is a MinecraftForge (core)mod that uses Mixins to add IP forwarding capabilities to forge.

This mod requires the MixinBootstrap mod or a similar mod that contains and initialises the mixin library.

Fair warning, I only tested this with Velocity which handles forwarding the FML marker differently then BungeeCord.

Features

Configuration

This mod has two config options

Key Default Value Description
proxyAddresses 127.0.0.1 A list of proxy ip addresses.
blockNonProxyConnections true Whether or not to block connections that are not made though a proxy
Additional notes:

License

IpForward is licensed under Apache 2.0