mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-13 12:34:30 +08:00
fixing client issues for uspace, fwmark, vpn
This commit is contained in:
@@ -105,6 +105,13 @@ func main() {
|
||||
Value: "",
|
||||
Usage: "Local address for machine. Can be used in place of Endpoint for machines on the same LAN.",
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "isstatic",
|
||||
Aliases: []string{"st"},
|
||||
EnvVars: []string{"NETCLIENT_IS_STATIC"},
|
||||
Value: "",
|
||||
Usage: "Indicates if client is static by default (will not change addresses automatically).",
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "address",
|
||||
Aliases: []string{"a"},
|
||||
|
Reference in New Issue
Block a user