initial commit of iptables functionality

This commit is contained in:
afeiszli
2022-01-25 11:58:51 -05:00
parent b0db450a79
commit cc8037c921
6 changed files with 106 additions and 0 deletions

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()