### 初始化项目
```shell
go generate -x init.go
```
生成 swagger
swag init -d ./ -g ./main.go -pd
编译
go build -o iptables-helper main.go