Procházet zdrojové kódy

initial commit of iptables functionality

afeiszli před 3 roky
rodič
revize
749e6f464d
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      serverctl/serverctl.go

+ 2 - 0
serverctl/serverctl.go

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