Introduce --disable-ipv6 CLI option

This commit is contained in:
Fedor Indutny
2024-04-11 19:06:54 +02:00
committed by GitHub
parent da34ce5fe7
commit bcaf60a3b2
4 changed files with 24 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ export const rendererConfigSchema = z.object({
contentProxyUrl: configRequiredStringSchema,
crashDumpsPath: configRequiredStringSchema,
ciMode: z.enum(['full', 'benchmark']).or(z.literal(false)),
disableIPv6: z.boolean(),
dnsFallback: DNSFallbackSchema,
ciBackupPath: configOptionalStringSchema,
environment: environmentSchema,