Typo fix
This commit is contained in:
parent
a6b0c0b36f
commit
7716442ee6
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ else
|
|||
echo " 3) DNS.WATCH (Germany)"
|
||||
echo " 4) OpenDNS (Anycast: worldwide)"
|
||||
echo " 5) Google (Anycast: worldwide)"
|
||||
echo " 6) Yandex (Anycast: Russia, CIS, Western Europe)
|
||||
echo " 6) Yandex (Anycast: Russia, CIS, Western Europe)"
|
||||
while [[ $DNS != "1" && $DNS != "2" && $DNS != "3" && $DNS != "4" && $DNS != "5" && $DNS != "6"]]; do
|
||||
read -p "DNS [1-6]: " -e -i 2 DNS
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue