diff --git a/auto_install/install.sh b/auto_install/install.sh index 8e94f43..8c78d1d 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -695,6 +695,7 @@ setClientDNS() { Level3 "" off DNS.WATCH "" off Norton "" off + FamilyShield "" off Custom "" off) if DNSchoices=$("${DNSChoseCmd[@]}" "${DNSChooseOptions[@]}" 2>&1 >/dev/tty) @@ -734,6 +735,13 @@ setClientDNS() { $SUDO sed -i '0,/\(dhcp-option DNS \)/ s/\(dhcp-option DNS \).*/\1'${OVPNDNS1}'\"/' /etc/openvpn/server.conf $SUDO sed -i '0,/\(dhcp-option DNS \)/! s/\(dhcp-option DNS \).*/\1'${OVPNDNS2}'\"/' /etc/openvpn/server.conf ;; + FamilyShield) + echo "::: Using FamilyShield servers." + OVPNDNS1="208.67.222.123" + OVPNDNS2="208.67.220.123" + $SUDO sed -i '0,/\(dhcp-option DNS \)/ s/\(dhcp-option DNS \).*/\1'${OVPNDNS1}'\"/' /etc/openvpn/server.conf + $SUDO sed -i '0,/\(dhcp-option DNS \)/! s/\(dhcp-option DNS \).*/\1'${OVPNDNS2}'\"/' /etc/openvpn/server.conf + ;; Custom) until [[ $DNSSettingsCorrect = True ]] do