summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@tailscale.com>2020-08-07 08:25:25 -0700
committerBrad Fitzpatrick <bradfitz@tailscale.com>2020-08-07 08:25:25 -0700
commit6818bb843dfddd5e6bf0128c72c32bacc6bb4a78 (patch)
treeefa158a03ba4b0611df2a7dfd4c6d53047747a66
parent24f78eff62eb84d72ad3c4a859d7c4120a859961 (diff)
downloadtailscale-6818bb843dfddd5e6bf0128c72c32bacc6bb4a78.tar.xz
tailscale-6818bb843dfddd5e6bf0128c72c32bacc6bb4a78.zip
Update README, remove old relaynode dredge
-rw-r--r--README.md17
-rw-r--r--cmd/relaynode/relaynode.od1
2 files changed, 12 insertions, 6 deletions
diff --git a/README.md b/README.md
index 80e8ad407..0005814cd 100644
--- a/README.md
+++ b/README.md
@@ -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