mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Support for Noise machines in getPeers
This commit is contained in:
		
							parent
							
								
									aaa33cf093
								
							
						
					
					
						commit
						ab18c721bb
					
				| @ -600,12 +600,15 @@ func (machine Machine) toNode( | ||||
| 	} | ||||
| 
 | ||||
| 	var machineKey key.MachinePublic | ||||
| 	if machine.MachineKey != "" { | ||||
| 		// MachineKey is only used in the legacy protocol
 | ||||
| 		err = machineKey.UnmarshalText( | ||||
| 			[]byte(MachinePublicKeyEnsurePrefix(machine.MachineKey)), | ||||
| 		) | ||||
| 		if err != nil { | ||||
| 			return nil, fmt.Errorf("failed to parse machine public key: %w", err) | ||||
| 		} | ||||
| 	} | ||||
| 
 | ||||
| 	var discoKey key.DiscoPublic | ||||
| 	if machine.DiscoKey != "" { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user