Feat: added a plugin for the port checks
Showing
- go.mod 1 addition, 1 deletiongo.mod
- main.go 2 additions, 0 deletionsmain.go
- plugins/autopeering/autopeering.go 0 additions, 23 deletionsplugins/autopeering/autopeering.go
- plugins/gossip/gossip.go 4 additions, 33 deletionsplugins/gossip/gossip.go
- plugins/portcheck/plugin.go 90 additions, 0 deletionsplugins/portcheck/plugin.go
... | ... | @@ -16,7 +16,7 @@ require ( |
github.com/iotaledger/hive.go v0.0.0-20200217140357-8f1ea1f52085 | ||
github.com/iotaledger/iota.go v1.0.0-beta.14 | ||
github.com/labstack/echo v3.3.10+incompatible | ||
github.com/labstack/gommon v0.3.0 // indirect | ||
github.com/labstack/gommon v0.3.0 | ||
github.com/magiconair/properties v1.8.1 | ||
github.com/mattn/go-colorable v0.1.4 // indirect | ||
github.com/mattn/go-isatty v0.0.11 // indirect | ||
... | ... |
plugins/portcheck/plugin.go
0 → 100644
Please register or sign in to comment