From 92f48248846af59b372404896163fba217d4372f Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Wed, 14 Dec 2016 13:52:14 -0500 Subject: [PATCH] Automatically enable IPv6 --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 33444873..afa44701 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -297,7 +297,7 @@ use4andor6() { # Let use select IPv4 and/or IPv6 cmd=(whiptail --separate-output --checklist "Select Protocols (press space to select)" ${r} ${c} 2) options=(IPv4 "Block ads over IPv4" on - IPv6 "Block ads over IPv6" off) + IPv6 "Block ads over IPv6" on) choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) if [[ $? = 0 ]];then for choice in ${choices}