Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.4% on proxy.golang.org
Top 6.1% forks on proxy.golang.org

proxy.golang.org : github.com/artyom/grok

Command grok provides standalone server terminating https and proxying requests in plain http over reverse ssh tunnels. Its main use-case is the same as of the ngrok tool from <https://ngrok.com>. Command grok listens https and ssh endpoints. On ssh connections it's looking for "tcpip-forward" request (RFC 4254, Section 7.1), once received, it establishes reverse proxy for domain derived from public key of the client. When receiving request over https, grok inspects request domain name, if matching active tunnel is found, request is proxied over found tunnel as plain HTTP/1.1 request. Certificates for matched domains are automatically obtained from https://letsencrypt.org authority as required. Domains are either derived from public key md5 fingerprint: hash.base.tld (where base.tld domain is set with -domain flag) or defined per-key in authorized_keys file as key option specification in form of domain=name.tld: Once set, developer may then connect to this service with ssh client setting up reverse port forwarding (i.e. to localhost:8080): Note the notation for -R used by ssh: When connecting to grok only host:hostport pair is significant, since they specify where ssh client will connect on forwarded connection, the first port can be set to arbitrary value and is ignored by the server.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/artyom/grok
Keywords: http-proxy, https-server, reverse-proxy, ssh-tunnel
License: MIT
Latest release: over 1 year ago
First release: over 3 years ago
Namespace: github.com/artyom
Stars: 3 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 20 days ago

    Loading...
    Readme
    Loading...