From 1e7e3259b511a8d8a228906483ded06d2d28c83b Mon Sep 17 00:00:00 2001 From: bcambl Date: Thu, 22 Dec 2016 22:34:38 -0600 Subject: [PATCH] choose dns servers prior to interface configuration upstream DNS servers must be chosen prior interface configuration. Fixes #1019 --- automated install/basic-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index b5ba93ba..5bab5531 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1056,10 +1056,10 @@ main() { get_available_interfaces # Find interfaces and let the user choose one chooseInterface - # Let the user decide if they want to block ads over IPv4 and/or IPv6 - use4andor6 # Decide what upstream DNS Servers to use setDNS + # Let the user decide if they want to block ads over IPv4 and/or IPv6 + use4andor6 # Let the user decide if they want query logging enabled... setLogging