-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distributed ban list #2
Comments
See #11, a hook should not be used for this. |
I have been informed that TiDB is not appropriate here. It's still MariaDB time. |
I might create new data folders for each instance and set up a watch on those folders that writes to the database appropriately. When new data folders are created, they'll be populated from the database. |
I should also create a tool that seeds the DB from an existing ban list for migration purposes. |
This might be better generalized as a generic settings sync, perhaps through some diff algorithm, or even just Git. |
The ban list should be shared across instances using some sort of distributed store, like TiDB. Some sort of hook will be needed to read the server's ban lists into the database, and read bans back from the database.
The text was updated successfully, but these errors were encountered: