diff --git a/README.md b/README.md index 68ce2565..7476b4ea 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ These are features that we currently implement: - Basics - Create TCP and UDP sockets on the tailnet - Communicate with peers via public DERP relays + - Communicate with peers via direct connections in many cases - Communicate with the Tailscale Go client, `tsnet`, and `libtailscale` - Language support - Rust API @@ -123,8 +124,10 @@ These are features that we currently implement: These are features or efforts we have in the pipeline and are actively working towards, but provide no guarantees on timeline or completion: -- Direct connections (NAT traversal, STUN, and Disco) +- DNS forwarding +- Integrations with more HTTP client/server libraries - Peer lookups (addressing peers by hostname) +- Port mapping ### Unsupported diff --git a/ts_elixir/README.md b/ts_elixir/README.md index ceef8830..b5c213e1 100644 --- a/ts_elixir/README.md +++ b/ts_elixir/README.md @@ -1,9 +1,9 @@ # Tailscale Experimental bindings to [`tailscale-rs`](https://github.com/tailscale/tailscale-rs) in Elixir. -Please see the warnings there: in short, this is early-days, unstable software containing unaudited -cryptography. **Do not** build production code around this, and please understand that we may break -the API as we iterate. + +This software is under active development; we may break the API as we iterate. Please see the [Caveats section of our +README](https://github.com/tailscale/tailscale-rs#caveats) for more information. ## code sample