juched
Very Senior Member
I have not tried the huge list, and I do not recommend it. As I was creating my message I did further evaluation and saw how big it was and that is why I added the message to not change.
Am considering making the script read from a file with URL and format (host vs. domain list) and then the script just needs to go through the cfg txt file and do one line at a time.... I will see what I can do.
Created a pull request for the branch JackYaz is hosting.
https://github.com/jackyaz/Unbound-Asuswrt-Merlin/pull/5
Updated script to not be hard coded with fixed lists, but now you can edit a new file called "sites" which can handle 3 file types.
The file is of the format:
type url
type url
...
- hosts -> These are host type files, and the processing is done to prepare them for merge.
- domains -> These are lists of domains to block, they are simply appended.
- whitelist-domains -> These are lists of domains to whitelist (remove) from the merged ad-block list.