From 71fad11181b5a5dcdbf22e73ac5215b8e6420dce Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 26 Jul 2010 15:34:25 +0200 Subject: [PATCH] system: Don't resolve drsnuggles to 127.0.0.1. This should resolve to our external IP address instead, so the hostname can be used for specifying daemons to bind on the external interface only. --- etc/hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/hosts b/etc/hosts index 204615d..e8fa5f4 100644 --- a/etc/hosts +++ b/etc/hosts @@ -1,4 +1,4 @@ -127.0.0.1 drsnuggles.stderr.nl drsnuggles localhost +127.0.0.1 localhost # Direct internal link to zeratul 172.31.1.1 zeratul-direct -- 2.30.2