mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 01:07:41 +08:00
netclient working for ingress controller
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
||||
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
|
||||
//homedir "github.com/mitchellh/go-homedir"
|
||||
)
|
||||
func InitGRPCWireguard(client models.ServerClient) error {
|
||||
func InitGRPCWireguard(client models.IntClient) error {
|
||||
key, err := wgtypes.ParseKey(client.PrivateKey)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user