mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	Fix DNS choice
This commit is contained in:
		| @@ -215,8 +215,8 @@ else | ||||
| 	echo "   4) OpenDNS (Anycast: worldwide)" | ||||
| 	echo "   5) Google (Anycast: worldwide)" | ||||
| 	echo "   6) Yandex Basic (Russia)" | ||||
| 	while [[ $DNS != "1" && $DNS != "2" && $DNS != "3" && $DNS != "4" && $DNS != "5" ]]; do | ||||
| 		read -p "DNS [1-5]: " -e -i 1 DNS | ||||
| 	while [[ $DNS != "1" && $DNS != "2" && $DNS != "3" && $DNS != "4" && $DNS != "5" && $DNS != "6" ]]; do | ||||
| 		read -p "DNS [1-6]: " -e -i 1 DNS | ||||
| 	done | ||||
| 	echo "" | ||||
| 	echo "See https://github.com/Angristan/OpenVPN-install#encryption to learn more about " | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Angristan
					Angristan