clean project from comments

This commit is contained in:
2026-03-13 21:39:29 +07:00
parent 66036c1451
commit 0cc44d0037
34 changed files with 132 additions and 542 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use crate::tun::tun::Tun; // Убедись, что путь к Tun верный
use crate::tun::tun::Tun;
use std::io;
pub fn setup_platform_routing(tun_device: &Tun, remote_address: &str) -> io::Result<()> {