Audit changes
This commit is contained in:
@@ -15,7 +15,7 @@ func (a *App) onMulticastDiscovery(pkt multicast.Packet) {
|
||||
vpnIP := netip.AddrFrom4(octets)
|
||||
|
||||
peer, ok := a.peersByIP[vpnIP]
|
||||
if !ok {
|
||||
if !ok || peer.IsPublic {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user