initial commit of iptables functionality

This commit is contained in:
afeiszli 2022-01-25 11:58:51 -05:00 committed by 0xdcarns
parent 1ef52077a7
commit 749e6f464d

View file

@ -12,6 +12,8 @@ import (
"github.com/gravitl/netmaker/netclient/ncutils"
)
const NETMAKER_BINARY_NAME = "netmaker"
// InitServerNetclient - intializes the server netclient
func InitServerNetclient() error {
netclientDir := ncutils.GetNetclientPath()