Skip to content

Commit 72ec3e0

Browse files
Update internal/mode/static/state/dataplane/types.go
Co-authored-by: Kate Osborn <[email protected]>
1 parent 2e7964b commit 72ec3e0

File tree

1 file changed

+1
-1
lines changed
  • internal/mode/static/state/dataplane

1 file changed

+1
-1
lines changed

internal/mode/static/state/dataplane/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ type BaseHTTPConfig struct {
319319
type RewriteClientIPSettings struct {
320320
// Mode specifies the mode for rewriting the client IP.
321321
Mode RewriteIPModeType
322-
// TrustedCIDRs specifies the CIDRs that are trusted to provide the client IP.
322+
// TrustedAddresses specifies the addresses that are trusted to provide the client IP.
323323
TrustedAddresses []string
324324
// IPRecursive specifies whether a recursive search is used when selecting the client IP.
325325
IPRecursive bool

0 commit comments

Comments
 (0)