mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
setting default roaming
This commit is contained in:
@@ -216,8 +216,8 @@ func main() {
|
||||
&cli.StringFlag{
|
||||
Name: "roaming",
|
||||
EnvVars: []string{"NETCLIENT_ROAMING"},
|
||||
Value: "on",
|
||||
Usage: "Checks for IP changes if 'on'. Ignores if 'off'. On by default.",
|
||||
Value: "yes",
|
||||
Usage: "Checks for IP changes if 'yes'. Ignores if 'no'. Yes by default.",
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user