This commit is contained in:
0xdcarns 2021-10-15 08:41:38 -04:00
parent 5db0e5ea4d
commit d2a1ce9e25

View file

@ -86,10 +86,10 @@ func initWireguard(node *models.Node, privkey string, peers []wgtypes.PeerConfig
if node.Interface != "" {
ifacename = node.Interface
} else {
Log("no interface to configure", 0)
Log("no server interface provided to configure", 2)
}
if node.Address == "" {
Log("no address to configure", 0)
Log("no server address to provided configure", 2)
}
if ncutils.IsKernel() {