relay: added private tunnel
This commit is contained in:
@ -30,7 +30,7 @@ func (c *relayConnector) parseMetadata(md mdata.Metadata) (err error) {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
copy(c.md.tunnelID[:], uuid[:])
|
||||
c.md.tunnelID = relay.NewTunnelID(uuid[:])
|
||||
}
|
||||
|
||||
return
|
||||
|
Reference in New Issue
Block a user