diff options
| author | Brad Fitzpatrick <bradfitz@tailscale.com> | 2020-08-07 08:25:25 -0700 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@tailscale.com> | 2020-08-07 08:25:25 -0700 |
| commit | 6818bb843dfddd5e6bf0128c72c32bacc6bb4a78 (patch) | |
| tree | efa158a03ba4b0611df2a7dfd4c6d53047747a66 | |
| parent | 24f78eff62eb84d72ad3c4a859d7c4120a859961 (diff) | |
| download | tailscale-6818bb843dfddd5e6bf0128c72c32bacc6bb4a78.tar.xz tailscale-6818bb843dfddd5e6bf0128c72c32bacc6bb4a78.zip | |
Update README, remove old relaynode dredge
| -rw-r--r-- | README.md | 17 | ||||
| -rw-r--r-- | cmd/relaynode/relaynode.od | 1 |
2 files changed, 12 insertions, 6 deletions
@@ -6,17 +6,24 @@ Private WireGuard® networks made easy ## Overview -This repository contains all the open source Tailscale code. -It currently includes the Linux client. +This repository contains all the open source Tailscale client code and +the `tailscaled` daemon and `tailscale` CLI tool. The `tailscaled` +daemon runs primarily on Linux; it also works to varying degrees on +FreeBSD, OpenBSD, Darwin, and Windows. -The Linux client is currently `cmd/relaynode`, but will -soon be replaced by `cmd/tailscaled`. +The Android app is at https://github.com/tailscale/tailscale-android ## Using We serve packages for a variety of distros at https://pkgs.tailscale.com . +## Other clients + +The [macOS, iOS, and Windows clients](https://tailscale.com/download) +use the code in this repository but additionally include small GUI +wrappers that are not open source. + ## Building ``` @@ -46,7 +53,7 @@ Origin](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin) ## About Us -We are apenwarr, bradfitz, crawshaw, danderson, dfcarney, +We are apenwarr, bradfitz, crawshaw, danderson, dfcarney, josharian from Tailscale Inc. You can learn more about us from [our website](https://tailscale.com). diff --git a/cmd/relaynode/relaynode.od b/cmd/relaynode/relaynode.od deleted file mode 100644 index f3e4828ae..000000000 --- a/cmd/relaynode/relaynode.od +++ /dev/null @@ -1 +0,0 @@ -# placeholder to work around redo bug |
