Actualizar 'adblock_test.sh'

This commit is contained in:
borekon 2023-06-12 10:39:56 +00:00
parent 7273512de4
commit c45cbbae08

View File

@ -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