Actualizar 'adblock_test.sh'
This commit is contained in:
parent
7273512de4
commit
c45cbbae08
|
@ -21,7 +21,8 @@ azul(){
|
||||||
|
|
||||||
if [ -z "$1" ]
|
if [ -z "$1" ]
|
||||||
then
|
then
|
||||||
dns="127.0.0.1"
|
#dns="127.0.0.1"
|
||||||
|
dns=$(cat /etc/resolv.conf | grep ^nameserver | cut -d " " -f 2)
|
||||||
else
|
else
|
||||||
dns=$1
|
dns=$1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user