mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-24 12:44:59 +02:00
add max connection and weight calculation
This commit is contained in:
parent
753307bb99
commit
a0001aaa74
2 changed files with 38 additions and 12 deletions
|
@ -162,6 +162,7 @@ export const configSchema = z
|
|||
gerbil: z
|
||||
.object({
|
||||
exit_node_name: z.string().optional(),
|
||||
max_connections: z.number().positive().gt(0).optional(),
|
||||
start_port: portSchema
|
||||
.optional()
|
||||
.default(51820)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue