add alidns
This commit is contained in:
parent
92d4914c8e
commit
90cb25dbeb
1 changed files with 4 additions and 0 deletions
|
@ -100,6 +100,7 @@ new_client_dns () {
|
|||
echo " 4) OpenDNS"
|
||||
echo " 5) Quad9"
|
||||
echo " 6) AdGuard"
|
||||
echo " 7) AliDNS"
|
||||
read -p "DNS server [1]: " dns
|
||||
until [[ -z "$dns" || "$dns" =~ ^[1-6]$ ]]; do
|
||||
echo "$dns: invalid selection."
|
||||
|
@ -133,6 +134,9 @@ new_client_dns () {
|
|||
6)
|
||||
dns="94.140.14.14, 94.140.15.15"
|
||||
;;
|
||||
7)
|
||||
dns="223.5.5.5, 223.6.6.6"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue