From 4690ace03635e9dbef8234f85d29268e43e8d17a Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 6 Sep 2016 19:18:34 -0400 Subject: [PATCH] Use "127.0.0.1" instead of "::1" to prevent odd behaviour in mtr. --- ubuntu/roles/common/files/resolv.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/roles/common/files/resolv.conf b/ubuntu/roles/common/files/resolv.conf index ae80778..3a6eae1 100644 --- a/ubuntu/roles/common/files/resolv.conf +++ b/ubuntu/roles/common/files/resolv.conf @@ -1,2 +1,2 @@ -nameserver ::1 +nameserver 127.0.0.1 nameserver 8.8.8.8