Cloned from https://github.com/SpigotMC/BungeeCord BungeeCord, the 6th in a generation of server portal suites. Efficiently proxies and maintains connections and transport between multiple Minecraft servers.
Go to file
Janmm14 71d1246374
#3066: Put ReadTimeoutHandler after frame decoder.
This reduces the impact of attacks that send a large packet size first and then send data very slowly but frequently enough to not trigger a timeout (as the timeout handler was before the Varint21FrameDecoder). This causes connections to stay open for a long time without much effort from an attacker, while the packet never leaves the Varint21FrameDecpder stage of the netty pipeline (causing no additional checks to happen and no logs of the connection to be created).

This will not have an impact on bad connections as without recieving full packets the underlying spigot server would timeout instead.
2021-04-28 16:52:00 +10:00
.github/workflows Pin GitHub workflow build to ubuntu-20.04 2021-02-14 09:35:07 +11:00
api #3061: Continue to fallback to underlying URLClassLoader 2021-04-10 07:30:17 +10:00
bootstrap Add full support for building on JDK [8, 14] 2021-02-14 09:29:55 +11:00
chat Bump version to 1.16-R0.5-SNAPSHOT 2021-01-15 10:19:24 +11:00
config Bump Netty/SnakeYAML/MySQL versions 2021-01-24 08:56:07 +11:00
event Bump version to 1.16-R0.5-SNAPSHOT 2021-01-15 10:19:24 +11:00
log Bump version to 1.16-R0.5-SNAPSHOT 2021-01-15 10:19:24 +11:00
module Bump version to 1.16-R0.5-SNAPSHOT 2021-01-15 10:19:24 +11:00
native Bump version to 1.16-R0.5-SNAPSHOT 2021-01-15 10:19:24 +11:00
protocol #3058: Remove world limit 2021-04-06 08:18:58 +10:00
proxy #3066: Put ReadTimeoutHandler after frame decoder. 2021-04-28 16:52:00 +10:00
query Bump version to 1.16-R0.5-SNAPSHOT 2021-01-15 10:19:24 +11:00
.gitignore #2763: Fix .DS_Store entry in .gitignore 2020-01-28 16:04:23 +11:00
checkstyle.xml Add checkstyle indentation checks 2020-01-24 14:07:42 +11:00
LICENSE Update LICENSE. 2013-02-09 15:30:35 +11:00
nb-configuration.xml Add netbeans config file 2013-06-01 11:09:46 +10:00
pom.xml Add full support for building on JDK [15,) 2021-04-04 17:24:23 +10:00
README.md Update README date 2021-01-12 09:06:25 +11:00

BungeeCord

BungeeCord is a sophisticated proxy and API designed mainly to teleport players between multiple Minecraft servers. It is the latest incarnation of similar software written by the author from 2011-present.

Information

BungeeCord is maintained by SpigotMC and has its own discussion thread with plenty of helpful information and links.

Security warning

As your Minecraft servers have to run without authentication (online-mode=false) for BungeeCord to work, this poses a new security risk. Users may connect to your servers directly, under any username they wish to use. The kick "If you wish to use IP forwarding, please enable it in your BungeeCord config as well!" does not protect your Spigot servers.

To combat this, you need to restrict access to these servers for example with a firewall (please see firewall guide).

Source

Source code is currently available on GitHub.

Binaries

Precompiled binaries are available for end users on Jenkins.

(c) 2012-2021 SpigotMC Pty. Ltd.