Skip to content

Commit

Permalink
Update internal/mode/static/state/dataplane/types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kate Osborn <[email protected]>
  • Loading branch information
salonichf5 and kate-osborn authored Sep 3, 2024
1 parent 2db6922 commit 9f234b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/mode/static/state/dataplane/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ type BaseHTTPConfig struct {
type RewriteClientIPSettings struct {
// Mode specifies the mode for rewriting the client IP.
Mode RewriteIPModeType
// TrustedCIDRs specifies the CIDRs that are trusted to provide the client IP.
// TrustedAddresses specifies the addresses that are trusted to provide the client IP.
TrustedAddresses []string
// IPRecursive specifies whether a recursive search is used when selecting the client IP.
IPRecursive bool
Expand Down

0 comments on commit 9f234b2

Please sign in to comment.