From 2e44082d4f87f74922236ed376e2a6259248421b Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 21 Nov 2017 15:06:58 +0100 Subject: [PATCH] Assigning more nameservers --- customer/pixelpark-dns/common.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customer/pixelpark-dns/common.yaml b/customer/pixelpark-dns/common.yaml index 50fa05ed..617bceed 100644 --- a/customer/pixelpark-dns/common.yaml +++ b/customer/pixelpark-dns/common.yaml @@ -49,6 +49,8 @@ infra::profile::logrotate::rules: # Options for /etc/resolv.conf resolv_conf::nameservers: - '127.0.0.1' + - '217.66.52.10' + - '212.91.225.75' ##################################################### # BIND configuration -- 2.39.5