You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/wgengine
Brad Fitzpatrick 5efb0a8bca cmd/tailscale: change formatting of "tailscale status"
* show DNS name over hostname, removing domain's common MagicDNS suffix.
  only show hostname if there's no DNS name.
  but still show shared devices' MagicDNS FQDN.

* remove nerdy low-level details by default: endpoints, DERP relay,
  public key.  They're available in JSON mode still for those who need
  them.

* only show endpoint or DERP relay when it's active with the goal of
  making debugging easier. (so it's easier for users to understand
  what's happening) The asterisks are gone.

* remove Tx/Rx numbers by default for idle peers; only show them when
  there's traffic.

* include peers' owner login names

* add CLI option to not show peers (matching --self=true, --peers= also
  defaults to true)

* sort by DNS/host name, not public key

* reorder columns
3 years ago
..
filter net/packet: remove the custom IP4/IP6 types in favor of netaddr.IP. 3 years ago
magicsock cmd/tailscale: change formatting of "tailscale status" 3 years ago
monitor wgengine/monitor: close closeHandle 3 years ago
router wgengine/router: disable IPv6 on Linux if ip rule -6 fails (#1074) 3 years ago
tsdns cmd/tailscale: change formatting of "tailscale status" 3 years ago
tstun wgengine/tstun: initialize wireguard-go TUN parameters 3 years ago
winnet Move Linux client & common packages into a public repo. 4 years ago
userspace.go wgengine: quiet some wireguard-go logging 3 years ago
userspace_test.go all: replace wgcfg.IP and wgcfg.CIDR with netaddr types 3 years ago
watchdog.go wgengine: add Engine.SetLinkChangeCallback 4 years ago
watchdog_test.go wgengine: prevent log after exit in watchdog test 4 years ago
wgengine.go ipn, wgengine: disable subnet routes if network has PAC configuration 4 years ago