From: Christian Heller Date: Fri, 16 Jan 2026 20:54:09 +0000 (+0100) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/day_todos?a=commitdiff_plain;h=HEAD;p=config Fix. --- diff --git a/trixie/copy/all/etc/hosts b/trixie/copy/all/etc/hosts new file mode 100644 index 0000000..a6bbbe4 --- /dev/null +++ b/trixie/copy/all/etc/hosts @@ -0,0 +1,10 @@ +# any loopback address imaginable under the sun +127.0.0.1 localhost localhost.local localhost.localdomain +::1 localhost localhost.local localhost.localdomain ip6-localhost ip6-localhost.local ip6-localhost.localdomain ip6-loopback ip6-loopback.local ip6-loopback.localdomain + +# Debian wants this for some cases where software wants a non-loopback address +# but we still don't want to rely on external DNS +127.0.1.1 REPLACE_WITH_FQDN REPLACE_WITH_HOSTNAME + +# If we *do* have an external FQDN … +#REPLACE_WITH_EXTERNAL_IP REPLACE_WITH_FQDN REPLACE_WITH_HOSTNAME