Hello,
@Xentrk Your work is great, I used two days to follow your footsteps and I read everything about you how to make this script, So, I think I almost understood the process, and today I want to make "Stubby" work on my router.
I tried for seven hours, tried default value, tried re-installdo entware, do again and again, but not luck, in "ps" I can see that it is working, but can't parsing any URLs.
Finally I found the key.
I will mount JFFS to USB for protect my flash, because the wiki said:
When I don't do it, it works like magic.
However, I really don't want to use JFFS flash chip, can you help me?
This is my code for JFFS to USB.
Code:
cp -fr /jffs/* /tmp/mnt/sda1/jffs/; mount /jffs; mount -o rbind /tmp/mnt/sda1/jffs /jffs
I saved it in the nvram
My router is RT-AC68U run Asuswrt-Merlin 384.8_2, my usb flash is ext2 format, Please any help.