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
@@ -154,7 +154,7 @@ impl Engine {
pub fn set_transparent_mode(&mut self) {
self.interface.update_ip_addrs(|addrs| {
addrs.clear();
//accept all internet
addrs
.push(IpCidr::new(IpAddress::v4(10, 0, 0, 2), 24))
.unwrap();