Skip to content

Commit

Permalink
Cert-v2 submit v2 relays to lighthouse (#1244)
Browse files Browse the repository at this point in the history
* send in relays on protocol v2

* remove old comment
  • Loading branch information
JackDoanRivian authored Oct 10, 2024
1 parent 2747f32 commit a96c02a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lighthouse.go
Original file line number Diff line number Diff line change
Expand Up @@ -858,8 +858,7 @@ func (lh *LightHouse) SendUpdate() {
for _, r := range lh.GetRelaysForMe() {
relays = append(relays, netAddrToProtoAddr(r))
}

// time="lh 15:57:55.871069" level=debug msg="Host sent invalid update" answer="ff::ffff:a80:3" vpnAddrs="[10.128.0.3 ff::3]" what???
msg.Details.RelayVpnAddrs = relays
msg.Details.VpnAddr = netAddrToProtoAddr(lh.myVpnNetworks[0].Addr())

} else {
Expand Down

0 comments on commit a96c02a

Please sign in to comment.