From 89c41f88a48714b725719e47485a567924f4dbbe Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 20 Jan 2020 08:23:30 -0800 Subject: [PATCH] Module version bump, vendor, cleanup --- go/cmd/zerotier/cli/help.go | 50 +++++++++++-------- go/go.mod | 2 +- go/go.sum | 2 + go/pkg/zerotier/localconfig.go | 4 -- go/pkg/zerotier/node.go | 25 +--------- .../golang.org/x/sys/windows/types_windows.go | 19 ++++--- go/vendor/modules.txt | 2 +- 7 files changed, 46 insertions(+), 58 deletions(-) diff --git a/go/cmd/zerotier/cli/help.go b/go/cmd/zerotier/cli/help.go index ca988224d..b41920954 100644 --- a/go/cmd/zerotier/cli/help.go +++ b/go/cmd/zerotier/cli/help.go @@ -40,35 +40,41 @@ Commands: selftest Run internal tests service Start as service status Show ZeroTier status and config - peers Show VL1 peers - roots Show configured VL1 root servers - addroot [IP/port] Add VL1 root + peers Show VL1 peers and link information + join Join a virtual network + leave Leave a virtual network + networks List joined VL2 virtual networks + network Show verbose network info + addroot [IP/port] Add VL1 root with optional bootstrap IP removeroot Remove VL1 root server + roots Show configured VL1 root servers + set [option] [value] Get or set a network config option + manageips Is IP management allowed? + manageroutes Is route management allowed? + globalips Allow assignment of global IPs? + globalroutes Can global IP space routes be set? + defaultroute Can default route be overridden? + set [option] [value] Get or set a service config option + phy blacklist Set or clear blacklist for CIDR + phy trust Set or clear trusted path ID for CIDR + * port Set primary port for P2P links + * secondaryport Set secondary P2P port (0 disables) + portsearch Enable/disable port search on startup + portmapping Enable/disable use of uPnP/NAT-PMP identity [args] Identity management commands new [c25519|p384] Create identity (including secret) getpublic Extract only public part of identity validate Locally validate an identity sign Sign a file with an identity's key verify Verify a signature - networks List joined VL2 virtual networks - network Show verbose network info - join Join a virtual network - leave Leave a virtual network - set