make exit node name backwards compatible

This commit is contained in:
miloschwartz 2025-06-15 18:02:31 -04:00
parent b39708700d
commit 7bbb687047
No known key found for this signature in database
3 changed files with 21 additions and 11 deletions

View file

@ -161,7 +161,7 @@ export const configSchema = z
.default({}),
gerbil: z
.object({
exit_node_name: z.string().optional().default("default"),
exit_node_name: z.string().optional(),
start_port: portSchema
.optional()
.default(51820)