Skip to content

Commit

Permalink
Merge branch 'main' into chore/docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kasteph authored Oct 29, 2024
2 parents 27ac67b + afb16c5 commit cd497db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/honeypot/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func main() {
firstPort := queenCmd.Int("firstPort", 6000, "First port ants can listen on")
upnp := queenCmd.Bool("upnp", false, "Enable UPnP")


healthCmd := flag.NewFlagSet("health", flag.ExitOnError)

if len(os.Args) < 2 {
Expand Down

0 comments on commit cd497db

Please sign in to comment.