diff --git a/README.md b/README.md index 96004e8..d1cddd1 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,12 @@ I got tired of closing duplicate 'how to maek sever' and 'add single player' iss EaglercraftBungee translates WebSockets to a raw Minecraft 1.5.2 TCP connection. It is just regular BungeeCord with more `config.yml` options, and a built in plugin for syncing people's custom skins between clients so people can see each other's skins +**EaglercraftBungee has a built in domain blacklist that updates automatically, you can disable it by setting this in config.yml:** + +```yaml +enable_origin_blacklist: false +``` + **Enable** `forward_ip` **and pass a X-Real-IP header from your proxy to use rate limiting and IP bans on a URL** Nginx example: add `proxy_set_header X-Real-IP $remote_addr` to your proxy configuration diff --git a/stable-download/java/bungee_command/bungee-dist.jar b/stable-download/java/bungee_command/bungee-dist.jar index 4430a41..98b0492 100644 Binary files a/stable-download/java/bungee_command/bungee-dist.jar and b/stable-download/java/bungee_command/bungee-dist.jar differ diff --git a/stable-download/stable-download-new.zip b/stable-download/stable-download-new.zip index 4c5a3aa..c99eaf3 100644 Binary files a/stable-download/stable-download-new.zip and b/stable-download/stable-download-new.zip differ diff --git a/stable-download/stable-download_repl.zip b/stable-download/stable-download_repl.zip index 4c5a3aa..c99eaf3 100644 Binary files a/stable-download/stable-download_repl.zip and b/stable-download/stable-download_repl.zip differ