We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b3f4a commit 6ca2379Copy full SHA for 6ca2379
proxy/config.go
@@ -60,7 +60,7 @@ type Config struct {
60
61
// PendingRequests is used to mitigate the cache poisoning attacks by
62
// tracking identical requests and returning the same response for them,
63
- // peforming a single lookup. If nil, it will be enabled by default.
+ // performing a single lookup. If nil, it will be enabled by default.
64
PendingRequests *PendingRequestsConfig
65
66
// BeforeRequestHandler is an optional custom handler called before each DNS
0 commit comments