diff --git a/openvpn-install.sh b/openvpn-install.sh index a171010..35a8099 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -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."