更新 windows系统相关说明

This commit is contained in:
xiaobiao 2022-04-19 11:51:48 +08:00
parent 43c68ecf2f
commit 79854db533
1 changed files with 7 additions and 0 deletions

View File

@ -52,6 +52,13 @@ Ubuntu:
```
apt-get install libpcap-dev
```
WindowsWindows系统的抓包效率和准确性都较低建议别在生产使用:
```
安装 Npcap, 下载地址https://npcap.com/
```
2.关闭 GO111MODULE状态
```
go env -w GO111MODULE=off