Cleanup - WIP
This commit is contained in:
@@ -6,6 +6,7 @@ import (
|
||||
|
||||
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
|
||||
|
||||
"vppn/m"
|
||||
"vppn/peer/wginterface"
|
||||
)
|
||||
|
||||
@@ -57,7 +58,7 @@ func New(
|
||||
}
|
||||
|
||||
pingCh := make(chan PingEvent)
|
||||
hubAddCh := make(chan HubPeer)
|
||||
hubAddCh := make(chan m.Peer)
|
||||
hubRemoveCh := make(chan wgtypes.Key)
|
||||
multicastCh := make(chan MulticastEvent)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user