chore: Fix a typo (#6534)

Fixes Typo in Docs
This commit is contained in:
Cuckoo Chickoo 2024-08-22 15:45:58 +05:30 committed by GitHub
parent 8ccfedf2bb
commit 098897bdea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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