mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-07 21:54:54 +08:00
initial commit of iptables functionality
This commit is contained in:
parent
1ef52077a7
commit
749e6f464d
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue