fixing server

This commit is contained in:
afeiszli
2021-06-02 02:32:20 +00:00
parent 77d0ed7991
commit e732d180fd
13 changed files with 79 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
package wireguard
import (
"github.com/davecgh/go-spew/spew"
// "github.com/davecgh/go-spew/spew"
"fmt"
"strconv"
"errors"
@@ -117,7 +117,7 @@ func InitGRPCWireguard(client models.IntClient) error {
return err
}
}
spew.Dump(conf)
//spew.Dump(conf)
err = wgclient.ConfigureDevice(ifacename, conf)
if err != nil {