Home | History | Annotate | Download | only in scripts

Lines Matching refs:DNS1

24 : ${DNS1:=8.8.8.8}
68 echo " -d dns1 dns2 DNS1=$DNS1"
129 $ADB shell "setprop net.dns1 $DNS1"
140 DNS1=`$ADB shell getprop net.${PHONE_DEV}.dns1`
141 $ADB shell "setprop net.dns1 $DNS1"
216 -d) shift; DNS1=$1; shift; DNS2=$1 ;;