README.MD

This commit is contained in:
zxb 2023-11-03 11:32:26 +08:00
parent 56f99332d8
commit 132ca220f0

View File

@ -8,3 +8,8 @@ go generate -x init.go
```shell
swag init -d ./ -g ./main.go -pd
```
编译
```shell
go build -o iptables-helper main.go
```