v0.11.0
This commit is contained in:
parent
194d8bcf20
commit
f74b95909f
10
package.json
10
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "telebitd",
|
"name": "telebitd",
|
||||||
"version": "0.10.0",
|
"version": "0.11.0",
|
||||||
"description": "Friends don't let friends localhost. Expose your bits with a secure connection even from behind NAT, Firewalls, in a box, with a fox, on a train or in a plane... or a Raspberry Pi in your closet. An attempt to create a better localtunnel.me server, a more open ngrok. Uses Automated HTTPS (Free SSL) via ServerName Indication (SNI). Can also tunnel tls and plain tcp.",
|
"description": "Friends don't let friends localhost. Expose your bits with a secure connection even from behind NAT, Firewalls, in a box, with a fox, on a train or in a plane... or a Raspberry Pi in your closet. An attempt to create a better localtunnel.me server, a more open ngrok. Uses Automated HTTPS (Free SSL) via ServerName Indication (SNI). Can also tunnel tls and plain tcp.",
|
||||||
"main": "telebitd.js",
|
"main": "telebitd.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -14,26 +14,18 @@
|
||||||
"url": "https://git.coolaj86.com/coolaj86/telebitd.js.git"
|
"url": "https://git.coolaj86.com/coolaj86/telebitd.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"server",
|
|
||||||
"daemon",
|
|
||||||
"tcp",
|
|
||||||
"tls",
|
|
||||||
"http",
|
"http",
|
||||||
"https",
|
"https",
|
||||||
"sni",
|
"sni",
|
||||||
"servername",
|
"servername",
|
||||||
"indication",
|
|
||||||
"stunnel",
|
"stunnel",
|
||||||
"secure",
|
"secure",
|
||||||
"securetunnel",
|
"securetunnel",
|
||||||
"secure-tunnel",
|
|
||||||
"tunnel",
|
"tunnel",
|
||||||
"localtunnel",
|
"localtunnel",
|
||||||
"localtunnel.me",
|
"localtunnel.me",
|
||||||
"proxy",
|
"proxy",
|
||||||
"reverse",
|
"reverse",
|
||||||
"reverse-proxy",
|
|
||||||
"reverseproxy",
|
|
||||||
"vpn",
|
"vpn",
|
||||||
"sni",
|
"sni",
|
||||||
"ngrok"
|
"ngrok"
|
||||||
|
|
Loading…
Reference in New Issue