//! Core modules for VPN detection and telemetry.
//!
//! This module contains production-ready background workers:
//! - `scanner`: Detects active VPN connections on the system
//! - `telemetry`: Collects network telemetry (IP, latency, ISP, etc.)
//! - `killswitch`: macOS pf firewall control for traffic blocking
// Re-export commonly used items
pub use ;
pub use ;