1
0
Fork 0
mirror of https://github.com/Nyr/openvpn-install.git synced 2025-04-09 04:02:08 +00:00

Forgot smth

This commit is contained in:
PlayDay 2021-10-09 02:42:15 +02:00
parent 1976032e90
commit f8b031d628

View file

@ -230,8 +230,8 @@ if [[ ! -e /etc/openvpn/server/server.conf ]]; then
6)
echo "Select a AdGuard server for the client:"
echo " 1) Default (These servers provide blocking ads, tracking and phishing)"
echo " 2) Unsecured (These servers provide the Default features + Blocking adult websites + Safe search)"
echo " 3) ECS support (These servers provide a secure and reliable connection, but they don't filter anything like the \"Default\" and \"Family protection\" servers.)"
echo " 2) Family Protection (These servers provide the Default features + Blocking adult websites + Safe search)"
echo " 3) Non-filtering (These servers provide a secure and reliable connection, but they don't filter anything like the \"Default\" and \"Family protection\" servers.)"
read -p "AdGuard server [1]: " adguard
until [[ -z "$adguard" || "$adguard" =~ ^[1-3]$ ]]; do
echo "$adguard: invalid selection."