Updated Tailscale 1.22 (markdown)
parent
71918b6c99
commit
4278e90d2c
|
@ -1,10 +1,10 @@
|
|||
## All Platforms
|
||||
|
||||
- New: DERP Return Path Optimization (DRPO), allowing an existing DERP connection to be used for return traffic to remove one round trip time of latency
|
||||
- New: DERP Return Path Optimization (DRPO), allows a pair of nodes in different DERP regions to connect more quickly by only requiring one side to connect to the other, cutting down some DERP setup latency
|
||||
- New: `tailscaled --state=mem:` registers as an ephemeral node and does not store state to disk
|
||||
- New: `tailscale status --json` now shows Tags and PrimaryRoutes for Peers
|
||||
- New: `tailscale status --json` now shows `Tags` and `PrimaryRoutes` for Peers. `PrimaryRoutes` shows whether a HA subnet router is currently the active one.
|
||||
- New: `tailscale status --json | jq .TailnetName` will show the name of the tailnet
|
||||
- Fixed: send heartbeats less often, matching 1.20 change on mobile platforms
|
||||
- Fixed: send heartbeats less often, saving some battery, matching 1.20 change on mobile platforms.
|
||||
- Changed: `--auth-key` and `--authkey` both work as `tailscale up` arguments
|
||||
- Changed: `TS_PERMIT_CERT_UID` can contain a uid or username for `tailscale cert`
|
||||
|
||||
|
|
Loading…
Reference in New Issue