From ab4a2d291c0c7e95d369f62af183b8cfadbedeca Mon Sep 17 00:00:00 2001 From: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Date: Wed, 3 Sep 2025 12:05:40 -0700 Subject: [PATCH] Disable GUEST_BAN by default (#92844) Someone I'm helping got hit by this in local testing. These configs aren't really supposed to represent production recommendations so I think it's fine to just comment out --- config/config.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/config.txt b/config/config.txt index f4391f83bcc..172729d4d5a 100644 --- a/config/config.txt +++ b/config/config.txt @@ -139,8 +139,9 @@ RESPAWN_DELAY 0 ## set a hosted by name for unix platforms HOSTEDBY Yournamehere -## Uncomment this to stop people connecting to your server without a registered ckey. (i.e. guest-* are all blocked from connecting) -GUEST_BAN +## Uncomment this to stop people connecting to your server without a registered ckey. (i.e. guest-* are all blocked from connecting). +## You probably want this enabled for a production server. +#GUEST_BAN ## IPINTEL: ## This allows you to detect likely proxies by checking ips against getipintel.net