From 70f62f0020c00413bca7f6c623ccd37d4bb84c90 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 21 Nov 2017 18:18:23 +0100 Subject: [PATCH] Removing localhost from resolv.conf --- customer/pixelpark-dns/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/pixelpark-dns/common.yaml b/customer/pixelpark-dns/common.yaml index 617bceed..f869beb7 100644 --- a/customer/pixelpark-dns/common.yaml +++ b/customer/pixelpark-dns/common.yaml @@ -48,7 +48,7 @@ infra::profile::logrotate::rules: ##################################################### # Options for /etc/resolv.conf resolv_conf::nameservers: - - '127.0.0.1' +# - '127.0.0.1' - '217.66.52.10' - '212.91.225.75' -- 2.39.5