Код: Выделить всё
mount -o remount,rw /app/webroot
if [[ ! -d "tmp" ]]; then mkdir tmp ; fi
##cp /app/webroot/etc/anti_ad.txt /tmp/dnsmasq.adblock
/app/webroot/bin/busybox wget -U 'Delvik' -qO- 'http://adlock.dinis.ru/adlist.txt' | /app/webroot/bin/busybox sed -e 's/\r//' | /app/webroot/bin/busybox grep -v '^#\|^[[:space:]]*$' | /app/webroot/bin/busybox sed -e 's/.*/server=\/.&\//' >> /tmp/dnsmasq.adblock
/app/webroot/bin/busybox wget -U 'Delvik' -qO- 'http://adlock.dinis.ru/adlist1.txt' | /app/webroot/bin/busybox sed -e 's/\r//' | /app/webroot/bin/busybox grep -v '^#\|^[[:space:]]*$' | /app/webroot/bin/busybox sed -e 's/.*/server=\/.&\//' >> /tmp/dnsmasq.adblock
rm /app/webroot/etc/anti_ad.txt
cat /tmp/dnsmasq.adblock | /app/webroot/bin/busybox sort -uk1 >> /app/webroot/etc/anti_ad.txt
rm /tmp/dnsmasq.adblock
/app/webroot/etc/adblock.sh
Код: Выделить всё
atc "at^hspa=5"
Код: Выделить всё
atc "at^hspa=4"
Код: Выделить всё
atc "AT^RADVER=2,10"
Код: Выделить всё
atc "AT^RADVER=2,9"
Код: Выделить всё
atc "AT+CFUN=0"
Код: Выделить всё
atc "AT+CFUN=1"