mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 20:14:30 +00:00
refactor(gateway): harden proxy client ip resolution
This commit is contained in:
@@ -450,6 +450,7 @@ export const OpenClawSchema = z
|
||||
.strict()
|
||||
.optional(),
|
||||
trustedProxies: z.array(z.string()).optional(),
|
||||
allowRealIpFallback: z.boolean().optional(),
|
||||
tools: z
|
||||
.object({
|
||||
deny: z.array(z.string()).optional(),
|
||||
|
||||
Reference in New Issue
Block a user