Skip to content

Commit

Permalink
Merge branch 'main' into update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero authored Mar 5, 2025
2 parents 0866f6a + 15bbf65 commit 53fe6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ share the same seed as long as the indexes are different.
routerFilterProtocols = append(routerFilterProtocols, httpRouterGatewayProtocol)
fmt.Printf("HTTP block-retrievals enabled. Workers: %d. Allowlist set: %t\n",
httpRetrievalWorkers,
len(httpRetrievalAllowlist) == 0,
len(httpRetrievalAllowlist) != 0,
)
}

Expand Down

0 comments on commit 53fe6a5

Please sign in to comment.