gitextract_0bo9mjds/ ├── .gitignore ├── Dockerfile ├── LICENSE ├── Makefile ├── README.md ├── cmd/ │ └── main.go ├── db/ │ ├── db.go │ └── fileType.go ├── firewallcmd/ │ └── util.go ├── firewalld-rest.service ├── go.mod ├── go.sum ├── ip/ │ ├── handler.go │ ├── handler_test.go │ └── ip.go ├── k8s/ │ ├── ingress.yaml │ ├── svc-nodeport.yaml │ └── svc.yaml └── route/ ├── handler.go ├── handler_test.go ├── middleware.go ├── publicCert.go ├── response.go └── route.go