From 7dcaee7b434e5038609d562d2091ce4a221f8010 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Thu, 28 Dec 2017 18:17:50 -0500 Subject: [PATCH] bind: Don't use forwarders by default Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- plinth/modules/bind/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/bind/__init__.py b/plinth/modules/bind/__init__.py index a6dce6ae5..da0beac64 100644 --- a/plinth/modules/bind/__init__.py +++ b/plinth/modules/bind/__init__.py @@ -58,7 +58,7 @@ recursion yes; allow-query { goodclients; }; forwarders { -8.8.8.8; 8.8.4.4; + }; forward first;