mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-23 04:04:35 +02:00
add exit node name and fix db import issues
This commit is contained in:
parent
d46b9eaf87
commit
b39708700d
24 changed files with 39 additions and 38 deletions
|
@ -161,6 +161,7 @@ export const configSchema = z
|
|||
.default({}),
|
||||
gerbil: z
|
||||
.object({
|
||||
exit_node_name: z.string().optional().default("default"),
|
||||
start_port: portSchema
|
||||
.optional()
|
||||
.default(51820)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue