This commit is contained in:
Owen 2025-02-21 18:51:16 -05:00
parent 450b0bf4fa
commit b9080a1ec1
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
7 changed files with 15 additions and 18 deletions

View file

@ -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,