From 6818bb843dfddd5e6bf0128c72c32bacc6bb4a78 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 7 Aug 2020 08:25:25 -0700 Subject: [PATCH] Update README, remove old relaynode dredge --- README.md | 17 ++++++++++++----- cmd/relaynode/relaynode.od | 1 - 2 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 cmd/relaynode/relaynode.od 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