forked from felixonmars/dnsmasq-china-list
add alidns option to dnsmasq-update-china-list
This commit is contained in:
parent
e7edff833a
commit
14d1645dde
|
@ -4,6 +4,9 @@ case "$1" in
|
|||
114)
|
||||
DNS=114.114.114.114
|
||||
;;
|
||||
ali)
|
||||
DNS=223.5.5.5
|
||||
;;
|
||||
google)
|
||||
DNS=8.8.8.8
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue