mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 05:33:30 +03:00
And last thing
This commit is contained in:
parent
f8b031d628
commit
62cebe73c3
1 changed files with 4 additions and 0 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue