And last thing
This commit is contained in:
parent
f8b031d628
commit
62cebe73c3
@ -196,6 +196,7 @@ if [[ ! -e /etc/openvpn/server/server.conf ]]; then
|
|||||||
done
|
done
|
||||||
case "$dns" in
|
case "$dns" in
|
||||||
3)
|
3)
|
||||||
|
echo
|
||||||
echo "Select a Cloudflare server for the client:"
|
echo "Select a Cloudflare server for the client:"
|
||||||
echo " 1) Standard"
|
echo " 1) Standard"
|
||||||
echo " 2) Malware blocking only"
|
echo " 2) Malware blocking only"
|
||||||
@ -207,6 +208,7 @@ if [[ ! -e /etc/openvpn/server/server.conf ]]; then
|
|||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
4)
|
4)
|
||||||
|
echo
|
||||||
echo "Select a Cisco OpenDNS server for the client:"
|
echo "Select a Cisco OpenDNS server for the client:"
|
||||||
echo " 1) Standard (DNS servers with custom filtering that protects your device from malware)"
|
echo " 1) Standard (DNS servers with custom filtering that protects your device from malware)"
|
||||||
echo " 2) FamilyShield (OpenDNS servers that provide adult content blocking)"
|
echo " 2) FamilyShield (OpenDNS servers that provide adult content blocking)"
|
||||||
@ -217,6 +219,7 @@ if [[ ! -e /etc/openvpn/server/server.conf ]]; then
|
|||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
5)
|
5)
|
||||||
|
echo
|
||||||
echo "Select a Quad9 server for the client:"
|
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 " 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.)"
|
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
|
done
|
||||||
;;
|
;;
|
||||||
6)
|
6)
|
||||||
|
echo
|
||||||
echo "Select a AdGuard server for the client:"
|
echo "Select a AdGuard server for the client:"
|
||||||
echo " 1) Default (These servers provide blocking ads, tracking and phishing)"
|
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)"
|
echo " 2) Family Protection (These servers provide the Default features + Blocking adult websites + Safe search)"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user