minecraft: disable online-mode to bypass Zscaler session auth blocking

This commit is contained in:
Hermes Agent service account
2026-07-19 17:35:22 -05:00
parent 430552a0b1
commit 69fb5f5641

View File

@@ -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.