(ctx context.Context, c tailnet.CoordinatorV2)
| 85 | } |
| 86 | |
| 87 | func (p *Peer) ConnectToCoordinator(ctx context.Context, c tailnet.CoordinatorV2) { |
| 88 | p.t.Helper() |
| 89 | p.reqs, p.resps = c.Coordinate(ctx, p.ID, p.name, p.auth) |
| 90 | } |
| 91 | |
| 92 | func (p *Peer) AddTunnel(other uuid.UUID) { |
| 93 | p.t.Helper() |