https://github.com/artyom/grok
Standalone server terminating https and proxying requests in plain http over reverse ssh tunnels
https://github.com/artyom/grok
http-proxy https-server reverse-proxy ssh-tunnel
Last synced: 12 months ago
JSON representation
Standalone server terminating https and proxying requests in plain http over reverse ssh tunnels
- Host: GitHub
- URL: https://github.com/artyom/grok
- Owner: artyom
- License: mit
- Created: 2017-08-22T14:01:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T13:25:27.000Z (over 1 year ago)
- Last Synced: 2025-03-25T05:51:29.929Z (about 1 year ago)
- Topics: http-proxy, https-server, reverse-proxy, ssh-tunnel
- Language: Go
- Homepage: https://pkg.go.dev/github.com/artyom/grok
- Size: 21.5 KB
- Stars: 5
- Watchers: 0
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Command grok provides standalone server terminating https and proxying
requests in plain http over reverse ssh tunnels.
The main goal is the same as for ngrok tool from https://ngrok.com:
> I want to expose a local server behind a NAT or firewall to the internet.
See for details.