-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I want to request a few changes to the module to make it more flexible in AnyCast networks or services running with multiple instances.
-
Database reload
-> Seems like the database itself only reloads when we are adding new IPs via the CLI in the server itself. If we run some sort of FileServer that syncs the database to multiple instances, the database will not reload since we are not doing changes via CLI, a command for a database reload (or automatic reloads) could fix this problem. -
Database flexibility
-> Imagining that we are building multiple databases, where we will store different values like Low Threats, Medium Threats, and High Threats, we would require multiple commands like the "deny, allow" ones and more variables, a flexible database would let us doing more than "allow and deny" for these cases.
Any of these would be possible?
Best Regards!