Update README, remove old relaynode dredge

reviewable/pr652/r1
Brad Fitzpatrick 4 years ago
parent 24f78eff62
commit 6818bb843d

@ -6,17 +6,24 @@ Private WireGuard® networks made easy
## Overview ## Overview
This repository contains all the open source Tailscale code. This repository contains all the open source Tailscale client code and
It currently includes the Linux client. 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 The Android app is at https://github.com/tailscale/tailscale-android
soon be replaced by `cmd/tailscaled`.
## Using ## Using
We serve packages for a variety of distros at We serve packages for a variety of distros at
https://pkgs.tailscale.com . 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 ## Building
``` ```
@ -46,7 +53,7 @@ Origin](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin)
## About Us ## About Us
We are apenwarr, bradfitz, crawshaw, danderson, dfcarney, We are apenwarr, bradfitz, crawshaw, danderson, dfcarney, josharian
from Tailscale Inc. from Tailscale Inc.
You can learn more about us from [our website](https://tailscale.com). You can learn more about us from [our website](https://tailscale.com).

@ -1 +0,0 @@
# placeholder to work around redo bug
Loading…
Cancel
Save