From fee3b24df4960e48a5e320c5fcb35e6fc8e8048f Mon Sep 17 00:00:00 2001
From: lbl8603 <49143209+lbl8603@users.noreply.github.com>
Date: Mon, 13 May 2024 22:07:05 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=87=8F=E5=B0=91=E6=97=A0=E7=94=A8?=
=?UTF-8?q?=E6=97=A5=E5=BF=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
vnt/src/ip_proxy/icmp_proxy.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vnt/src/ip_proxy/icmp_proxy.rs b/vnt/src/ip_proxy/icmp_proxy.rs
index fc8f26a..df7d6e3 100644
--- a/vnt/src/ip_proxy/icmp_proxy.rs
+++ b/vnt/src/ip_proxy/icmp_proxy.rs
@@ -167,7 +167,7 @@ fn recv_handle(
}
}
h => {
- log::warn!("不支持的icmp代理 {:?},{:?}", peer_ip, h)
+ log::debug!("不支持的icmp代理 {:?},{:?}", peer_ip, h)
}
},
Err(e) => {
From a85e0c6d06e8902f578eafbcb261c80b9a567f3a Mon Sep 17 00:00:00 2001
From: lbl8603 <49143209+lbl8603@users.noreply.github.com>
Date: Mon, 13 May 2024 22:53:22 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87?=
=?UTF-8?q?=E5=9C=B0=E5=9D=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c2de0b2..aa14b66 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ A virtual network tool (VPN)
```
4. 最后可以用虚拟ip实现设备间相互访问
-
+
5. 帮助,使用-h命令查看
### 更多玩法