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"',
|
base_domain: 'string = "headscale.net"',
|
||||||
nameservers: type({
|
nameservers: type({
|
||||||
'global?': 'string[]',
|
'global?': 'string[]',
|
||||||
'split?': 'Record<string, string[]>',
|
'split': type('Record<string, string[]>').default(() => ({})),
|
||||||
}).default(() => ({ global: [], split: {} })),
|
}).default(() => ({ global: [], split: {} })),
|
||||||
search_domains: type('string[]').default(() => []),
|
search_domains: type('string[]').default(() => []),
|
||||||
extra_records: type({
|
extra_records: type({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue