Home | History | Annotate | Download | only in scripts

Lines Matching refs:dns2

25 : ${DNS2:=8.8.4.4}
68 echo " -d dns1 dns2 DNS1=$DNS1"
69 echo " DNS2=$DNS2"
130 $ADB shell "setprop net.dns2 $DNS2"
142 DNS2=`$ADB shell getprop net.${PHONE_DEV}.dns2`
143 $ADB shell "setprop net.dns2 $DNS2"
216 -d) shift; DNS1=$1; shift; DNS2=$1 ;;