From 42517bebd50d9dc64c91e2f505d72755d863ffcb Mon Sep 17 00:00:00 2001 From: Risto Lahtela <24460436+Rsl1122@users.noreply.github.com> Date: Fri, 29 Jan 2021 15:43:44 +0200 Subject: [PATCH] Updated Bungee Configuration (markdown) --- Bungee-Configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Bungee-Configuration.md b/Bungee-Configuration.md index a1532e4..c6aa3c0 100644 --- a/Bungee-Configuration.md +++ b/Bungee-Configuration.md @@ -6,7 +6,7 @@ For Bukkit or Sponge see [[Bukkit Configuration]] - [Default Config](https://github.com/plan-player-analytics/Plan/blob/master/Plan/common/src/main/resources/assets/plan/bungeeconfig.yml) -Page version: **5.0 build 367** +Page version: **5.1 build 813** # Settings @@ -71,6 +71,8 @@ Alternative_IP.Address | `your.domain.here:%port%` | Address to use as link in i Internal_IP| `0.0.0.0` | Internal InetAddress to start the WebServer on. 0.0.0.0 manages the Internal IP automatically. No need to change unless running in Docker. Security.SSL_certificate | | [[View the tutorial on setting up a SSL Certificate|SSL Certificate (HTTPS) Set-Up]] Security.CORS.Allow_origin | '"*"' | Allows other sites to fetch JSON from Plan webserver. +Security.IP_whitelist | `false` | Enables or disables the IP whitelist for the webserver +Security.IP_whitelist.Whitelist | locahost | List of IP addresses to allow accessing the webserver Disable_Webserver| `false` | Disables the WebServer. This is for [[External WebServer Use]] External_Webserver_address| `https://www.example.address` | Address to give to users when Plan WebServer is disabled.