WIP
This commit is contained in:
@@ -58,7 +58,7 @@ func New(
|
||||
|
||||
go cc.run(pingCh)
|
||||
go poller.Run()
|
||||
go RunMCWriter(state.VPNIP, state.PrivKey.PublicKey(), state.WGPort)
|
||||
go RunMCWriter(state.VPNIP, state.PrivKey.PublicKey(), state.WGPort, &state.SignKey)
|
||||
if !state.IsPublic {
|
||||
go RunMCReader(state.VPNNet, state.VPNIP, multicastCh)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user