aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCuckoo Chickoo <[email protected]>2024-08-22 15:45:58 +0530
committerGitHub <[email protected]>2024-08-22 13:15:58 +0300
commit098897bdea67eb31634f440a4d9a69b5753a9ac3 (patch)
tree74f664178b8e9463acfe791c82180daa5eb7d67e
parent8ccfedf2bb0a1759aa68d4989f05d9a52ba41a34 (diff)
downloadcaddy-098897bdea67eb31634f440a4d9a69b5753a9ac3.tar.gz
caddy-098897bdea67eb31634f440a4d9a69b5753a9ac3.zip
chore: Fix a typo (#6534)
Fixes Typo in Docs
-rw-r--r--modules/caddyhttp/proxyprotocol/listenerwrapper.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/proxyprotocol/listenerwrapper.go b/modules/caddyhttp/proxyprotocol/listenerwrapper.go
index e25fe02a6..440e70710 100644
--- a/modules/caddyhttp/proxyprotocol/listenerwrapper.go
+++ b/modules/caddyhttp/proxyprotocol/listenerwrapper.go
@@ -40,7 +40,7 @@ type ListenerWrapper struct {
Allow []string `json:"allow,omitempty"`
allow []netip.Prefix
- // Denby is an optional list of CIDR ranges to
+ // Deny is an optional list of CIDR ranges to
// deny PROXY headers from.
Deny []string `json:"deny,omitempty"`
deny []netip.Prefix