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