An open API service indexing awesome lists of open source software.

https://github.com/kt3k/dgrok

ngrok-like tunneling tool based on `deno --tunnel` command. (This doesn't work yet, blocked by this issue https://github.com/denoland/deno/issues/31011 )
https://github.com/kt3k/dgrok

deno deno-deploy ngrok tunneling

Last synced: about 1 month ago
JSON representation

ngrok-like tunneling tool based on `deno --tunnel` command. (This doesn't work yet, blocked by this issue https://github.com/denoland/deno/issues/31011 )

Awesome Lists containing this project

README

          

# @kt3k/dgrok

ngrok-like tunneling tool based on `deno --tunnel` command.

## Usage

Run:

```
deno -N -t jsr:@kt3k/dgrok 8000
```

It prints:

```shellsession
$ deno -t -N main.ts 8000
Visit https://console.deno.com/auth?code= to authorize deploying your project.
✔ Authorization successful. Authenticated as Your Name

Selected organization 'Your org'
Selected application 'your-app'
You are connected to https://your-app--local.your-org.deno.net
```

Then the requests to https://your-app--local.your-org.deno.net are forwarded to http://localhost:8000 on your machine.

# License

MIT