Record my local details in the dns server if enabled (#1716)

This commit is contained in:
Nate Brown
2026-05-15 15:36:44 -05:00
committed by GitHub
parent 99c5854e5c
commit 625f58b84a
3 changed files with 182 additions and 27 deletions

View File

@@ -194,7 +194,7 @@ func Main(c *config.C, configTest bool, buildVersion string, l *slog.Logger, dev
handshakeManager := NewHandshakeManager(l, hostMap, lightHouse, udpConns[0], handshakeConfig)
lightHouse.handshakeTrigger = handshakeManager.trigger
ds, err := newDnsServerFromConfig(ctx, l, pki.getCertState(), hostMap, c)
ds, err := newDnsServerFromConfig(ctx, l, pki, hostMap, c)
if err != nil {
l.Warn("Failed to start DNS responder", "error", err)
}