mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-12 02:47:46 +00:00
make exit node name backwards compatible
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user