What's new

Skynet Is default firewall good enough?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Last edited:
Do you add this in 5 > 1 in Skynet?
No... actually you need to switch to a different filter list in order to use this... under 3 -> 2

And then insert this URL:

Code:
https://raw.githubusercontent.com/ViktorJp/Skynet/main/filter.list

(or one of your own choosing/making)
 
No... actually you need to switch to a different filter list in order to use this... under 3 -> 2

And then insert this URL:

Code:
https://raw.githubusercontent.com/ViktorJp/Skynet/main/filter.list

(or one of your own choosing/making)
Great, done, thanks!
 
You, sir, are a mad, scripting genius! :p
Viktor, how do I create my own list, just thought I'd ask so I can figure it out myself in the future. thanks.
 
Create github acc, copy his list and add yours in :p
@Skeptical.me this is correct. Just create a list of urls pointing to similar plaintext IP4 blacklists, and make it publicly available so you can point to it with a URL within skynet, then you're all set! (Poet?) Feel free to use mine or @SomeWhereOverTheRainBow's as examples! ;)
 
Create github acc, copy his list and add yours in :p

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.

Screenshot 2023-01-05 alle 18.46.48.jpg

I don't know if it can be useful but I wanted to share my experience

Greetings
Commodoro
 
Code:
customlisturl="file:///jffs/configs/filter.list"

and via the firewall script menu launched the update (3 > 1) and everything worked properly.

I don't know if it can be useful but I wanted to share my experience

Greetings
Commodoro

Awesome! I was wondering if it was possible to do that, instead of it needing a publicly available URL. Really great to know this! Thanks much @commodoro!!
 
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
Thank you for sharing! Will give this a try later. I only created github because of the list lol
 
For the blocking lists, this discussion has been to use Skynet to do the blocking. But what if you added a blocking list to Diversion, say firehol_level1? Is it equally as effective as adding it to Skynet?
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top