From a3b7cf2f884a785c869a88d4c6729aa4d156a90c Mon Sep 17 00:00:00 2001 From: xiaobiao Date: Tue, 19 Apr 2022 11:51:00 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3b5189b..96f2eed 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,10 @@ apt-get install libpcap-dev ``` Windows(Windows系统的抓包效率和准确性都较低,建议别在生产使用): +``` 安装 Npcap, 下载地址: +``` + 2.关闭 GO111MODULE状态 ```