encapsulation of net logic in core

This commit is contained in:
2026-03-26 12:13:43 +07:00
parent 6a0eafd2f5
commit cb837c08f2
12 changed files with 26 additions and 25 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ use crate::tun::{routing::reset_platform_routing, tun::Tun};
use net::engine::{EngineBuilder, EngineConfig};
// Импортируем компоненты локального прокси
use netrunner_core::net::connection::connection::ConnectionRole;
use netrunner_core::net::ConnectionRole;
use netrunner_core::net::network::Network;
use tokio_util::sync::CancellationToken;