Formatting and proper sentences.

Denton Gentry 2021-05-06 08:19:35 -07:00
parent 581cc82ded
commit cb6c522c93

@ -1,19 +1,19 @@
# Bug fixes, improvements
* Large effort to address DNS configuration issues and Magic DNS on all platforms.
* allow client access to exit node's public IPs
* Allow client access to an exit node's public IPs.
* Tailscale up command now warns when options are being changed by omission. For example if one had used `tailscale up --advertise-route=192.168.0.0/24` and then uses `tailscale up --advertise-exit-node` it will notice and warn that the advertise-route would be removed.
* Support SCTP in port-based ACLs, in addition to TCP and UDP
* In magicsock if IPv4 and IPv6 have similar latency, prefer IPv6
* Support SCTP in port-based ACLs, in addition to TCP and UDP.
* In magicsock if IPv4 and IPv6 have similar latency, prefer IPv6.
* Add `tailscale ping --tsmp w.x.y.z`, which sends a ping at a layer which doesnt involve the host IP stack. Only destinations running 1.8+ will respond.
* Add add `tailscale ip [-4] [-6]` command, suitable for use in shell scripts to retrieve Tailscale IP addresses of the local node or peers.
* Add `tailscale ip [-4] [-6]` command, suitable for use in shell scripts to retrieve Tailscale IP addresses of the local node or peers.
* add `tailscale bugreport` command to log a timestamp, use shortly after a problem occurs to make it easier for support@tailscale.com to find. Note that you do still need to send email or file a bug; the new `bugreport` just adds a known point in the logs so support can find it easily.
* Add `tailscale logout` command
* Add `tailscale logout` command.
* When run with `--tun=userspace-networking --socks5-server=...`, `tailscaled` can now be a SOCKS5 proxy for all addresses not just Tailscale addresses.
# Platform-specific
## Linux
* Much better support for DNS server configuration and Magic DNS in Linux distributions using systemd-resolved, NetworkManager, and resolvconf: https://tailscale.com/blog/sisyphean-dns-client-linux/
* Much better support for [DNS server configuration and Magic DNS in Linux distributions](https://tailscale.com/blog/sisyphean-dns-client-linux/) using systemd-resolved, NetworkManager, and resolvconf.
## Windows
* There is a new menu structure to better support the amount of functionality now present. Hold Option while clicking the menu bar icon to get access to a Debug menu of less-commonly used functions.
@ -21,9 +21,9 @@
* Windows systems can now serve as subnet routers and exit nodes. As this support is new, there's no GUI support yet and the CLI must be used to enable it. From `cmd.exe`, run `tailscale up --advertise-exit-node` or `tailscale up --advertise-route=192.168.1.0/24`
## MacOS
* * There is a new menu structure to better support the amount of functionality now present. Hold Control while clicking the taskbar icon to get access to a Debug menu of less-commonly used functions.
* There is a new menu structure to better support the amount of functionality now present. Hold Control while clicking the taskbar icon to get access to a Debug menu of less-commonly used functions.
* MacOS systems can now serve as subnet routers and exit nodes using https://github.com/tailscale/tailscale/wiki/Tailscaled-on-macOS
* Fixed MacOS [Big Sur DNS behavior when using an exit node](https://github.com/tailscale/tailscale/issues/1647)
* Fixed MacOS [Big Sur DNS behavior when using an exit node.](https://github.com/tailscale/tailscale/issues/1647)
## Synology
* Synology systems can now serve as subnet routers and exit nodes.