mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 01:51:04 +01:00 
			
		
		
		
	Add support for taildrop (#118)
This commit is contained in:
		
							parent
							
								
									7db91c68be
								
							
						
					
					
						commit
						b83894abd6
					
				@ -167,6 +167,7 @@ func (m Machine) toNode(includeRoutes bool) (*tailcfg.Node, error) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
		KeepAlive:         true,
 | 
							KeepAlive:         true,
 | 
				
			||||||
		MachineAuthorized: m.Registered,
 | 
							MachineAuthorized: m.Registered,
 | 
				
			||||||
 | 
							Capabilities:      []string{tailcfg.CapabilityFileSharing},
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	return &n, nil
 | 
						return &n, nil
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user