From 69fb5f56416dea101c9c08b0a29fa055bf62e844 Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Sun, 19 Jul 2026 17:35:22 -0500 Subject: [PATCH] minecraft: disable online-mode to bypass Zscaler session auth blocking --- cluster/applications/minecraft/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/applications/minecraft/configmap.yaml b/cluster/applications/minecraft/configmap.yaml index 726bd7b..91b1ffd 100644 --- a/cluster/applications/minecraft/configmap.yaml +++ b/cluster/applications/minecraft/configmap.yaml @@ -26,7 +26,7 @@ data: SEED: "-5177989977648707969" # Auth - ONLINE_MODE: "true" + ONLINE_MODE: "false" # Mojang's sessionserver blocks some datacenter/homelab IPs via Cloudflare WAF. # enforce-secure-profile=false allows players to join without mandatory profile key validation. # ONLINE_MODE=true still enforces Mojang account auth — this only relaxes the key signing requirement.