mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 00:21:23 +00:00
feat: add remote gateway tls fingerprint
This commit is contained in:
@@ -261,6 +261,7 @@ export const ClawdbotSchema = z
|
||||
url: z.string().optional(),
|
||||
token: z.string().optional(),
|
||||
password: z.string().optional(),
|
||||
tlsFingerprint: z.string().optional(),
|
||||
sshTarget: z.string().optional(),
|
||||
sshIdentity: z.string().optional(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user