mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Update machine.go
Added comment on toNode
This commit is contained in:
		
							parent
							
								
									55f3e07bd4
								
							
						
					
					
						commit
						b937f9b762
					
				@ -50,6 +50,8 @@ func (m Machine) isAlreadyRegistered() bool {
 | 
			
		||||
	return m.Registered
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// toNode converts a Machine into a Tailscale Node. includeRoutes is false for shared nodes
 | 
			
		||||
// as per the expected behaviour in the official SaaS
 | 
			
		||||
func (m Machine) toNode(includeRoutes bool) (*tailcfg.Node, error) {
 | 
			
		||||
	nKey, err := wgkey.ParseHex(m.NodeKey)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user