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:
parent
1976032e90
commit
f8b031d628
1 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue