16 lines
763 B
Cheetah
16 lines
763 B
Cheetah
# Resolve every *.${BASE_DOMAIN} (and the apex) to the Docker host LAN IP.
|
|
# Rendered by tooling/render-config.sh -> dnsmasq/dnsmasq.conf (gitignored).
|
|
address=/${BASE_DOMAIN}/${HOST_LAN_IP}
|
|
no-resolv
|
|
|
|
# Full client air-gap (see plan/11-full-airgap-mirror.md): spoof the real
|
|
# upstream hosts -> our Caddy mirror. Auth hosts (session/textures/api.mojang)
|
|
# are NOT spoofed — drasl handles those via authlib-injector. Keep this list in
|
|
# sync with the proxy-capture step.
|
|
address=/meta.prismlauncher.org/${HOST_LAN_IP}
|
|
address=/piston-meta.mojang.com/${HOST_LAN_IP}
|
|
address=/piston-data.mojang.com/${HOST_LAN_IP}
|
|
address=/libraries.minecraft.net/${HOST_LAN_IP}
|
|
address=/maven.neoforged.net/${HOST_LAN_IP}
|
|
address=/resources.download.minecraft.net/${HOST_LAN_IP}
|