From 79854db5335bd5b525d7f8b231cb645f2b01078b Mon Sep 17 00:00:00 2001 From: xiaobiao Date: Tue, 19 Apr 2022 11:51:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20windows=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c5362d1..48517ad 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,13 @@ Ubuntu: ``` apt-get install libpcap-dev ``` + +Windows(Windows系统的抓包效率和准确性都较低,建议别在生产使用): +``` +安装 Npcap, 下载地址:https://npcap.com/ +``` + + 2.关闭 GO111MODULE状态 ``` go env -w GO111MODULE=off