We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7964b commit 72ec3e0Copy full SHA for 72ec3e0
internal/mode/static/state/dataplane/types.go
@@ -319,7 +319,7 @@ type BaseHTTPConfig struct {
319
type RewriteClientIPSettings struct {
320
// Mode specifies the mode for rewriting the client IP.
321
Mode RewriteIPModeType
322
- // TrustedCIDRs specifies the CIDRs that are trusted to provide the client IP.
+ // TrustedAddresses specifies the addresses that are trusted to provide the client IP.
323
TrustedAddresses []string
324
// IPRecursive specifies whether a recursive search is used when selecting the client IP.
325
IPRecursive bool
0 commit comments