From 62cebe73c37e8eaa5667a94c01e4ab73200f0ae0 Mon Sep 17 00:00:00 2001 From: PlayDay <18056374+playday3008@users.noreply.github.com> Date: Sat, 9 Oct 2021 02:46:42 +0200 Subject: [PATCH] And last thing --- openvpn-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index 35a8099..5617201 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -196,6 +196,7 @@ if [[ ! -e /etc/openvpn/server/server.conf ]]; then done case "$dns" in 3) + echo echo "Select a Cloudflare server for the client:" echo " 1) Standard" echo " 2) Malware blocking only" @@ -207,6 +208,7 @@ if [[ ! -e /etc/openvpn/server/server.conf ]]; then done ;; 4) + echo echo "Select a Cisco OpenDNS server for the client:" echo " 1) Standard (DNS servers with custom filtering that protects your device from malware)" echo " 2) FamilyShield (OpenDNS servers that provide adult content blocking)" @@ -217,6 +219,7 @@ if [[ ! -e /etc/openvpn/server/server.conf ]]; then done ;; 5) + echo echo "Select a Quad9 server for the client:" echo " 1) Standard (Regular DNS servers which provide protection from phishing and spyware. It include blocklist, DNSSEC validation, and other security features.)" echo " 2) Unsecured (Regular DNS servers which provide protection from phishing and spyware. It include blocklist, DNSSEC validation, and other security features.)" @@ -228,6 +231,7 @@ if [[ ! -e /etc/openvpn/server/server.conf ]]; then done ;; 6) + echo echo "Select a AdGuard server for the client:" echo " 1) Default (These servers provide blocking ads, tracking and phishing)" echo " 2) Family Protection (These servers provide the Default features + Blocking adult websites + Safe search)"