add Telebit instructions

This commit is contained in:
AJ ONeal 2018-08-02 12:38:44 -06:00
parent c5100b35bf
commit ccf0f28da7
1 ha cambiato i file con 19 aggiunte e 0 eliminazioni

Vedi File

@ -38,6 +38,25 @@ You can also use HTTP.
curl http://localhost:4080 curl http://localhost:4080
``` ```
## Testing Beyond Localhost
You can use [Telebit](https://telebit.cloud) to share the experience with friends and loved ones:
Completely userspace installation:
```
curl -fsSL https://get.telebit.cloud | bash
```
Easy configuration:
```
~/telebit http 4080
~/telebit tcp 4080
```
Caveat: Due to a bug in telebit you must send 'hello' in telnet to establish a connection.
# API Docs # API Docs
The API docs and examples can be seen at <http://localhost:4080> The API docs and examples can be seen at <http://localhost:4080>