parent
983356611e
commit
21af5c4a4d
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ const headscaleConfig = type({
|
|||
base_domain: 'string = "headscale.net"',
|
||||
nameservers: type({
|
||||
'global?': 'string[]',
|
||||
'split?': 'Record<string, string[]>',
|
||||
'split': type('Record<string, string[]>').default(() => ({})),
|
||||
}).default(() => ({ global: [], split: {} })),
|
||||
search_domains: type('string[]').default(() => []),
|
||||
extra_records: type({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue