fix: extra_records should be optional
This commit is contained in:
parent
f4da4c6428
commit
2a4d23d70f
1 changed files with 3 additions and 1 deletions
|
|
@ -112,7 +112,9 @@ export const headscaleConfig = type({
|
|||
name: 'string',
|
||||
value: 'string',
|
||||
type: 'string | "A"',
|
||||
}).array(),
|
||||
})
|
||||
.array()
|
||||
.optional(),
|
||||
extra_records_path: 'string?',
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue