mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-08 14:15:25 +08:00
commit
006fc1cfb5
7 changed files with 6 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,7 +1,12 @@
|
|||
netmaker
|
||||
netmaker-arm
|
||||
netmaker-arm64
|
||||
netmaker-32
|
||||
netmaker-amd64
|
||||
netclient/netclient
|
||||
netclient/files/netclient
|
||||
netclient/netclient-amd64
|
||||
netclient/netclient-arm
|
||||
netclient/netclient-arm64
|
||||
netclient/netclient-32
|
||||
config/dnsconfig/
|
||||
|
|
|
@ -17,7 +17,7 @@ func main() {
|
|||
app := cli.NewApp()
|
||||
app.Name = "Netclient CLI"
|
||||
app.Usage = "Netmaker's netclient agent and CLI. Used to perform interactions with Netmaker server and set local WireGuard config."
|
||||
app.Version = "v0.7.1"
|
||||
app.Version = "v0.7.2"
|
||||
|
||||
cliFlags := []cli.Flag{
|
||||
&cli.StringFlag{
|
||||
|
|
BIN
netclient/netclient-32
Executable file
BIN
netclient/netclient-32
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
netmaker-arm
Executable file
BIN
netmaker-arm
Executable file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue