feat: reintroduce missing local dns override (fixes #236)

This commit is contained in:
Aarnav Tale
2025-06-21 13:53:19 -04:00
parent 8819af270d
commit 87b8d64bcc
6 changed files with 88 additions and 6 deletions
+1
View File
@@ -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(() => ({})),