mirror of
https://github.com/tale/headplane.git
synced 2026-08-27 23:47:31 +00:00
fix: extra_records should be optional
This commit is contained in:
@@ -112,7 +112,9 @@ export const headscaleConfig = type({
|
|||||||
name: 'string',
|
name: 'string',
|
||||||
value: 'string',
|
value: 'string',
|
||||||
type: 'string | "A"',
|
type: 'string | "A"',
|
||||||
}).array(),
|
})
|
||||||
|
.array()
|
||||||
|
.optional(),
|
||||||
extra_records_path: 'string?',
|
extra_records_path: 'string?',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user