mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-29 07:04:39 +02:00
Working!
This commit is contained in:
parent
450b0bf4fa
commit
b9080a1ec1
7 changed files with 15 additions and 18 deletions
|
@ -110,7 +110,7 @@ const configSchema = z.object({
|
|||
block_size: z.number().positive().gt(0),
|
||||
site_block_size: z.number().positive().gt(0)
|
||||
}),
|
||||
wg_site: z.object({
|
||||
newt: z.object({
|
||||
block_size: z.number().positive().gt(0),
|
||||
subnet_group: z.string(),
|
||||
start_port: portSchema,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue