fix(minecraft): set enforce-secure-profile=false to bypass Mojang WAF block on homelab egress IP
This commit is contained in:
@@ -27,6 +27,10 @@ data:
|
||||
|
||||
# Auth
|
||||
ONLINE_MODE: "true"
|
||||
# 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.
|
||||
ENFORCE_SECURE_PROFILE: "false"
|
||||
|
||||
# Whitelist — set to true when ready to lock down the server
|
||||
WHITE_LIST: "false"
|
||||
|
||||
Reference in New Issue
Block a user