From ccf0f28da7aa38ef74357655d0af4ee2edd4bbab Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 2 Aug 2018 12:38:44 -0600 Subject: [PATCH] add Telebit instructions --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 76b5abf..b933edb 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,25 @@ You can also use HTTP. 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 The API docs and examples can be seen at