forked from tailscale/tailscale
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,36 @@ | ||
# tailscale | ||
Tailscale | ||
# Tailscale | ||
|
||
http://tailscale.com | ||
|
||
Private WireGuard® networks made easy | ||
|
||
## Overview | ||
|
||
This repository contains all the open source Tailscale code. | ||
It currently includes the Linux client. | ||
|
||
The linux client is currently `cmd/relaynode`, but will | ||
soon be replaced by `cmd/tailscaled`. | ||
|
||
## Building | ||
|
||
``` | ||
go install tailscale.com/cmd/tailscale{,d} | ||
``` | ||
|
||
## Bugs | ||
|
||
Please file any issues on the GitHub issue tracker. | ||
|
||
## Contributing | ||
|
||
PRs welcome, but we are still working out our contribution process. | ||
|
||
`under_construction.gif` | ||
|
||
## About Us | ||
|
||
We are apenwarr, bradfitz, crawshaw, danderson, dfcarney, | ||
from Tailscale Inc. You can learn more about us from our website. | ||
|
||
WireGuard is a registered trademark of Jason A. Donenfeld. |