Since I was also interested in using a personal list, but not having an account on github, I studied the script code a bit and did a little trick to read a file directly on the router.
first I created the filter.list file in the following path:
Code:
/jffs/configs/filter.list
copied inside as an example the following URLS
Code:
https://raw.githubusercontent.com/stamparm/ipsum/master/levels/3.txt
https://raw.githubusercontent.com/stamparm/ipsum/master/levels/4.txt
https://raw.githubusercontent.com/stamparm/ipsum/master/levels/5.txt
https://raw.githubusercontent.com/stamparm/ipsum/master/levels/6.txt
https://raw.githubusercontent.com/stamparm/ipsum/master/levels/7.txt
https://iplists.firehol.org/files/alienvault_reputation.ipset
https://iplists.firehol.org/files/bds_atif.ipset
https://iplists.firehol.org/files/cybercrime.ipset
https://iplists.firehol.org/files/dyndns_ponmocup.ipset
https://iplists.firehol.org/files/et_block.netset
https://iplists.firehol.org/files/et_compromised.ipset
https://iplists.firehol.org/files/firehol_level2.netset
https://iplists.firehol.org/files/firehol_level3.netset
https://iplists.firehol.org/files/spamhaus_edrop.netset
https://iplists.firehol.org/files/urlvir.ipset
then I modified the skynet.cfg configuration file in the skynet installation path and modified the configuration entry as follows:
Code:
customlisturl="file:///jffs/configs/filter.list"
and via the firewall script menu launched the update (3 > 1) and everything worked properly.
View attachment 46948
I don't know if it can be useful but I wanted to share my experience
Greetings
Commodoro