Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T23:10:48.000Z (about 1 month ago)
- Last Synced: 2024-11-14T00:19:35.576Z (about 1 month ago)
- Topics: http-proxy, https-server, reverse-proxy, ssh-tunnel
- Language: Go
- Homepage: https://pkg.go.dev/github.com/artyom/grok
- Size: 14.6 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- 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.