dnsmasq-update-china-list: add cnnic dns

This commit is contained in:
Felix Yan 2014-07-18 21:05:35 +08:00
parent 8605547c59
commit 38bf18e1f2
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ case "$1" in
ali)
DNS=223.5.5.5
;;
cnnic)
DNS=1.2.4.8
;;
google)
DNS=8.8.8.8
;;