Skip to content
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

Batch update/deletion of IP addresses? #5

Open
kwakubiney opened this issue Mar 19, 2024 · 1 comment
Open

Batch update/deletion of IP addresses? #5

kwakubiney opened this issue Mar 19, 2024 · 1 comment
Assignees

Comments

@kwakubiney
Copy link
Owner

kwakubiney commented Mar 19, 2024

This is so we can load a bunch of IP addresses at once so we do not have to deal with it one by one.
IP addresses are stored in a CSV file

@kwakubiney kwakubiney self-assigned this Mar 19, 2024
@kwakubiney kwakubiney changed the title Add batch updates and batch lookups of IP addresses to the firewall. Batch update IP addresses Mar 22, 2024
@kwakubiney
Copy link
Owner Author

I am thinking about an API design for both single updates and batch updates but can't seem to come up with a clean one. I might revert to a design which only involves batch updates from a file. But deletions can be done on a one to one basis. Ultimately, my aim is to design a deamon which looks at the file and based on any diffs, updates or deletes from the map accordingly.

@kwakubiney kwakubiney changed the title Batch update IP addresses Batch update/deletion of IP addresses? Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant