You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
Currently the rulesets for traptor are parsed out with a script rule-extract.py and added to a redis database manually. Would like to have something running that checks every x minutes for new rules, and if there are new rules, push updates out to the traptors with the new rules.
For this, the API connection need to be reset so we don't want to do this too often.
The text was updated successfully, but these errors were encountered:
This functionality has been implemented as another project. Traptor will refresh it's rules if it finds a message for itself in the Redis pubsub. Check the docs for all the info!
Currently the rulesets for
traptor
are parsed out with a scriptrule-extract.py
and added to a redis database manually. Would like to have something running that checks everyx
minutes for new rules, and if there are new rules, push updates out to the traptors with the new rules.For this, the API connection need to be reset so we don't want to do this too often.
The text was updated successfully, but these errors were encountered: