mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
Fixed issue in tests
This commit is contained in:
parent
8d60ae2c7e
commit
47dcc940c0
@ -148,7 +148,7 @@ func (h *Headscale) toNode(m Machine, includeRoutes bool) (*tailcfg.Node, error)
|
||||
}
|
||||
|
||||
var hostname string
|
||||
if h.cfg.DNSConfig.Proxied { // MagicDNS
|
||||
if h.cfg.DNSConfig != nil && h.cfg.DNSConfig.Proxied { // MagicDNS
|
||||
hostname = fmt.Sprintf("%s.%s.%s", m.Name, m.Namespace.Name, h.cfg.BaseDomain)
|
||||
} else {
|
||||
hostname = m.Name
|
||||
|
Loading…
Reference in New Issue
Block a user