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" ]
then
dns="127.0.0.1"
#dns="127.0.0.1"
dns=$(cat /etc/resolv.conf | grep ^nameserver | cut -d " " -f 2)
else
dns=$1
fi