merge fix

This commit is contained in:
0xdcarns
2021-10-15 08:40:42 -04:00
19 changed files with 733 additions and 29 deletions

View File

@@ -125,6 +125,7 @@ func initWireguard(node *models.Node, privkey string, peers []wgtypes.PeerConfig
time.Sleep(time.Second >> 2)
d, _ = wgclient.Device(deviceiface)
}
time.Sleep(time.Second >> 2)
err = applyWGQuickConf(confPath)
if err != nil {
Log("failed to create wireguard interface", 1)