fix: extra_records should be optional
This commit is contained in:
parent
9a55fd75fa
commit
478c5a5e7f
@ -112,7 +112,9 @@ export const headscaleConfig = type({
|
||||
name: 'string',
|
||||
value: 'string',
|
||||
type: 'string | "A"',
|
||||
}).array(),
|
||||
})
|
||||
.array()
|
||||
.optional(),
|
||||
extra_records_path: 'string?',
|
||||
},
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user