Skip to content

Commit 6ca2379

Browse files
committed
proxy: fix typo
1 parent c1b3f4a commit 6ca2379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ type Config struct {
6060

6161
// PendingRequests is used to mitigate the cache poisoning attacks by
6262
// tracking identical requests and returning the same response for them,
63-
// peforming a single lookup. If nil, it will be enabled by default.
63+
// performing a single lookup. If nil, it will be enabled by default.
6464
PendingRequests *PendingRequestsConfig
6565

6666
// BeforeRequestHandler is an optional custom handler called before each DNS

0 commit comments

Comments
 (0)