mrheinen / lophiid

A distributed honeypot for monitoring large scale web attacks
GNU General Public License v2.0
6 stars 1 forks source link

Allow rules to be disabled #57

Closed mrheinen closed 3 weeks ago

mrheinen commented 3 weeks ago

Sometimes you just want to (temporarily) disable a rule in order to test a new rule. Additionally if we add the posibility to have temporary rules (like created from content scripts) than it will be useful to allow these rules to timeout after a certain period and then be disabled but not deleted.

mrheinen commented 3 weeks ago

Done in https://github.com/mrheinen/lophiid/pull/58