diff --git a/lib/extensions/admin/index.html b/lib/extensions/admin/index.html index 28f628b..ea5cdc5 100644 --- a/lib/extensions/admin/index.html +++ b/lib/extensions/admin/index.html @@ -54,14 +54,13 @@
curl -fsSL https://get.telebit.cloud/ | bash+
curl https://get.telebit.io | bash
You've installed Telebit on 'Jon's Macbook Pro'. +Hello! -Authenticate your account and claim your device: +Want to use 'Jon's Macbook Pro' with Telebit? +Just confirm your email address: - https://www.telebit.cloud/login/?magic=xxxxxxxxxxxxxx+ Confirm Email Address
HTTPS +For Local Development - https://lucky-duck-42.telebit.cloud ++~/telebit http 3000
+Forwarding https://jondoe.telebit.io => localhost:3000
-SSH +curl -fsSL https://jondoe.telebit.io/
- ssh ssh.telebit.cloud -p 22222 +For Sharing Files -TCP +~/telebit http ./project.zip
+Serving ./project.zip as https://jondoe.telebit.io
- netcat tcp.telebit.cloud 22222curl -fsSL https://jondoe.telebit.io/
+ +For Access with SSH + +~/telebit ssh auto
+Forwarding jondoe.telebit.io -p 5050 => localhost:22
+Forwarding ssh+https (openssl proxy) => localhost:22
+ +ssh -p 5050 jondoe.telebit.io
+ssh -o ProxyCommand="sclient %h:443" jondoe.telebit.io
+ +For Debugging with TCP + +~/telebit tcp 9000
+Forwarding jondoe.telebit.io -p 5050 => localhost:9000
+ +netcat jondoe.telebit.io 5050