diff --git a/lib/html/css/main.css b/lib/html/css/main.css new file mode 100644 index 0000000..393536d --- /dev/null +++ b/lib/html/css/main.css @@ -0,0 +1,31 @@ + + + +body { + font-family: Source Sans Pro, sans-serif; + font-size: 18px; + color: #1a1a1a; + letter-spacing: -0.022222222em; + line-height: 1.33; + margin: 0; + text-align: center; + padding: 2em 0 2em 0; +} + +code {} + +code, pre { + font-family: Source Code Pro, monospace; +} + +.code-block { + text-align: left; + display: inline-block; +} + +span.logo { + font-size: 1.666em; + font-weight: bold; +} + +p {margin-bottom: 0.5em;margin-top: 1.5em;} \ No newline at end of file diff --git a/lib/html/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2 b/lib/html/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2 new file mode 100644 index 0000000..efa300c Binary files /dev/null and b/lib/html/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2 differ diff --git a/lib/html/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2 b/lib/html/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2 new file mode 100644 index 0000000..52b6d69 Binary files /dev/null and b/lib/html/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2 differ diff --git a/lib/html/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevW.woff2 b/lib/html/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevW.woff2 new file mode 100644 index 0000000..6817019 Binary files /dev/null and b/lib/html/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevW.woff2 differ diff --git a/lib/html/index.html b/lib/html/index.html index cd23b4e..d1c920b 100644 --- a/lib/html/index.html +++ b/lib/html/index.html @@ -3,39 +3,77 @@
Go ahead and bookmark this page. It's yours now.
+Here's some ways you can use it:
-
-telebit http 3000 # forward all https traffic to localhost:3000
+
+ telebit http 3000 # forward all https traffic to localhost:3000
telebit http /path/to/module # handle incoming https traffic with a node module
telebit http none # remove all https handlers
+
You can always use this port for SSH over HTTPS, even while you're using it for something else:
-
-ssh -o ProxyCommand='openssl s_client -connect %h:443 -servername %h -quiet' {{servername}}
+ ssh -o ProxyCommand='openssl s_client -connect %h:443 -servername %h -quiet' {{servername}}
Here's some ways you can use it:
-
-telebit tcp 3000 # forward all tcp traffic to localhost:3000
+ telebit tcp 3000 # forward all tcp traffic to localhost:3000
telebit tcp /path/to/module # handle incoming tcp traffic with a node module
telebit tcp none # remove all tcp handlers
+
+ You can always use this port for SSH, even while you're using it for something else:
+ telebit ssh 22
+
+ssh {{servername}} -p {{serviceport}}
You can always use this port for SSH, even while you're using it for something else:
-telebit ssh 22
-
-ssh {{servername}} -p {{serviceport}}
-