更新 windows系统相关说明

This commit is contained in:
xiaobiao 2022-04-19 11:19:04 +08:00
parent 43c68ecf2f
commit a0fe83f9b3
1 changed files with 4 additions and 0 deletions

View File

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