From d9282d70cd2c48867141ce51a2a8ad8df9a7532b Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Fri, 16 Jan 2026 21:54:09 +0100 Subject: [PATCH] Fix. --- trixie/copy/all/etc/hosts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 trixie/copy/all/etc/hosts 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 -- 2.30.2