Audit changes.
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user