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)"