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 )
- Host: GitHub
- URL: https://github.com/kt3k/dgrok
- Owner: kt3k
- License: mit
- Created: 2025-10-18T08:23:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-18T08:24:38.000Z (8 months ago)
- Last Synced: 2026-02-02T04:48:39.484Z (5 months ago)
- Topics: deno, deno-deploy, ngrok, tunneling
- Language: TypeScript
- Homepage: https://jsr.io/@kt3k/dgrok
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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