Add hostname support to UI and backend:
- Extend `BanEvent` and `LiveBan` with hostname. - Update UI components (`BanCard`, `IpDetailView`, `BanHistory`, `LiveView`) to display hostname if available. - Implement asynchronous hostname resolution in `BanServiceImpl`. - Enable Spring `@Async` processing in the backend.
Loading
Please sign in to comment