Skip to content

Commit

Permalink
Add output to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy5189 committed Sep 28, 2023
1 parent aa74336 commit 6d57c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func handleCommand(
switch command.Name {
case "challenge_ip":
// exempt a site from challenge according to config
log.Println("KAFKA: challenge_ip command received, object: ", command)
_, disabled := config.SitesToDisableBaskerville[command.host]

// XXX do a real valid IP check?
Expand Down

0 comments on commit 6d57c4f

Please sign in to comment.