mod config;
mod fw;
mod ip;
mod ipblc;
mod utils;
mod zmqcom;
#[tokio::main]
pub async fn main() {
// Create a new context
ipblc::run().await;
}