home · contact · privacy
Fix. master
authorChristian Heller <c.heller@plomlompom.de>
Fri, 16 Jan 2026 20:54:09 +0000 (21:54 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Fri, 16 Jan 2026 20:54:09 +0000 (21:54 +0100)
trixie/copy/all/etc/hosts [new file with mode: 0644]

diff --git a/trixie/copy/all/etc/hosts b/trixie/copy/all/etc/hosts
new file mode 100644 (file)
index 0000000..a6bbbe4
--- /dev/null
@@ -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