mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-12 02:47:46 +00:00
add max connection and weight calculation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user