mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-31 08:01:34 +01: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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user