diff --git a/wgengine/magicsock/magicsock.go b/wgengine/magicsock/magicsock.go index 77926c95f..91cda67f3 100644 --- a/wgengine/magicsock/magicsock.go +++ b/wgengine/magicsock/magicsock.go @@ -649,7 +649,7 @@ func (c *Conn) Ping(ip netaddr.IP, cb func(*ipnstate.PingResult)) { dk, ok := c.discoOfNode[peer.Key] if !ok { - res.Err = "no discovery key for peer (pre 0.100?)" + res.Err = "no discovery key for peer (old Tailscale version?). Try: ping 100.x.y.z" cb(res) return }