Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions ts_elixir/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down