ncsa / bhr-site

Blackhole Router Site
Other
31 stars 12 forks source link

Add delete button on the query page #17

Open grigorescu opened 7 years ago

grigorescu commented 7 years ago

I'd like to clear the history for an IP once I query it.

JustinAzoff commented 6 years ago

This can be done, but it's a little tricky. BHR needs to ensure that the entries are unblocked before deleting, otherwise the blocks will get orphaned. For an old record that is already unblocked, this is easy, but for a current block it would have to be an async operation so it can wait for the downstream blockers to catch up.