From 63169af580058550a526ee7001fc6cb5f7c9a731 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Fri, 21 Dec 2018 22:38:10 -0500 Subject: [PATCH] adding search domain and ndots option at 2 --- roles/common/files/resolv.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/common/files/resolv.conf b/roles/common/files/resolv.conf index 3878a49..8293082 100644 --- a/roles/common/files/resolv.conf +++ b/roles/common/files/resolv.conf @@ -1,2 +1,5 @@ +options ndots: 2 nameserver 149.56.184.112 nameserver 66.42.77.29 + +search thunix.cf \ No newline at end of file