mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-22 19:55:37 +02:00
make exit node name backwards compatible
This commit is contained in:
parent
b39708700d
commit
7bbb687047
3 changed files with 21 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue