Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Cyda

#1
20.1 Legacy Series / Re: Custom rule scripts
April 11, 2020, 07:39:47 AM
Yeah. Like I said, this is for a university research project.

I think I basically understand what I need to do. Script pulls lists together into one and puts it on GitHub, then use an alias with URL table using the url to the GitHub. If I am understanding it right that should be all there is to it.
#2
20.1 Legacy Series / Re: Custom rule scripts
April 11, 2020, 04:40:56 AM
Would it be possible to have a script that pulls from lists and uploads them to GitHub, then have the alias source be that GitHub?
#3
20.1 Legacy Series / Re: Custom rule scripts
April 10, 2020, 10:23:38 PM
I know it is doing extra work, I am doing it for a university research project. I just need to be able to do it with a few lists for now as a proof of concept. I will be looking at that link after a meeting I have.

Thank you for helping me.
#4
20.1 Legacy Series / Re: Custom rule scripts
April 10, 2020, 09:48:50 PM
Thank you. That is very helpful. Will this work with other blacklists?

I was hoping to be able to write my own custom scripts to do this. For example, compiling a list of dns/IPs from multiple blacklists and updating the firewall rules from that compiled list. At it's base it would be like setting up this same thing but hosting my own list. Is it possible to use this feature in such a way?
#5
20.1 Legacy Series / Custom rule scripts
April 10, 2020, 09:21:12 PM
I am very new to OPNsense and networking in general.

I am trying to figure out how to implement custom scripts to run once a day. I want them to automatically read specified publicly maintained dns/ip blacklists and update my firewall rules to block new items on said lists. Would something like this even be possible with OPNsense?