feat: add support for extra_records_path in hs config
This commit is contained in:
parent
81feb2f19a
commit
021ecabd3c
8 changed files with 273 additions and 23 deletions
|
|
@ -112,9 +112,8 @@ export const headscaleConfig = type({
|
|||
name: 'string',
|
||||
value: 'string',
|
||||
type: 'string | "A"',
|
||||
})
|
||||
.array()
|
||||
.default(() => []),
|
||||
}).array(),
|
||||
extra_records_path: 'string?',
|
||||
},
|
||||
|
||||
unix_socket: 'string?',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue