Audit changes.

This commit is contained in:
jdl
2026-06-13 15:37:35 +02:00
parent c0126c2036
commit 0709c4dac0
3 changed files with 13 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ func New(
if !state.IsPublic {
go multicast.Broadcast(state.VPNIP, state.PrivKey.PublicKey(), state.WGPort, &state.SignKey)
go multicast.Receiver(state.VPNNet, state.VPNIP, multicastCh)
go multicast.Receiver(state.VPNIP, multicastCh)
}
return &App{