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
|
|
@ -43,6 +43,7 @@ const headscaleConfig = type({
|
|||
public_url: 'string.url?',
|
||||
config_path: 'string?',
|
||||
config_strict: stringToBool,
|
||||
dns_records_path: 'string?',
|
||||
}).onDeepUndeclaredKey('reject');
|
||||
|
||||
const containerLabel = type({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue