parent
983356611e
commit
21af5c4a4d
@ -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…
Reference in New Issue
Block a user