feat: reintroduce missing local dns override (fixes #236)
This commit is contained in:
parent
8819af270d
commit
87b8d64bcc
6 changed files with 88 additions and 6 deletions
|
|
@ -103,6 +103,7 @@ export const headscaleConfig = type({
|
|||
dns: {
|
||||
magic_dns: goBool.default(true),
|
||||
base_domain: 'string = "headscale.net"',
|
||||
override_local_dns: goBool.default(false),
|
||||
nameservers: type({
|
||||
global: type('string[]').default(() => []),
|
||||
split: type('Record<string, string[]>').default(() => ({})),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue