Add DNS resolution to displayed flow IP addresses

This commit is contained in:
Herbert Wolverson 2023-03-31 17:10:43 +00:00
parent 2c63393356
commit 04bc7326ad

View File

@ -5,7 +5,9 @@
mod cpu_ram;
mod shaped_devices;
mod throughput;
mod dns_cache;
pub use cpu_ram::*;
pub use shaped_devices::*;
pub use throughput::THROUGHPUT_BUFFER;
pub use dns_cache::lookup_dns;