Skip to content

Releases: MinemuNetwork/proxy-protocol-support

Release v-1.1.0-forge

Choose a tag to compare

@github-actions github-actions released this 19 Jun 02:54

JARs generados automáticamente.

1.2.0-fabric

Choose a tag to compare

@GatoArtStudio GatoArtStudio released this 21 Mar 18:59

Support for disabling authorized IP lists

Now, if the "proxyServerIPs" list and the "directAccessIPs" list are empty at the configuration level, they will be disabled, allowing users to connect from any proxy with the Proxy Protocol. If it is a direct connection without Proxy Protocol, the user cannot connect to the server. This will be useful if you do not know the IP address from which the connection originates, which will have a proxy with the proxy protocol active.

{
  "enableProxyProtocol": true,
  "proxyServerIPs": [],
  "directAccessIPs": [],
  "whitelistTCPShieldServers": false
}