Pgrok Versions Save

Poor man's ngrok - a multi-tenant HTTP/TCP reverse tunnel solution through SSH remote port forwarding

v1.1.3

1 year ago

What's Changed

Full Changelog: https://github.com/pgrok/pgrok/compare/v1.1.2...v1.1.3

v1.1.2

1 year ago

What's Changed

Full Changelog: https://github.com/pgrok/pgrok/compare/v1.1.1...v1.1.2

v1.1.1

1 year ago

What's Changed

Full Changelog: https://github.com/pgrok/pgrok/compare/v1.1.0...v1.1.1

v1.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/pgrok/pgrok/compare/v1.0.1...v1.1.0

v1.0.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/pgrok/pgrok/compare/v1.0.0...v1.0.1

v1.0.0

1 year ago

Changelog

  • 32b5e04 ci: set goreleaser binary name

v1.0.0-rc.1

1 year ago

Changelog

  • 1f57713 Initial commit
  • 30fae06 README: add How section
  • d7f052f README: add some content
  • 31486a9 all: use YAML as the config format and support dynamic forwards (#6)
  • d193e6f auth: implement OIDC flow (#3)
  • 928eb6a auth: support require email domain (#8)
  • fdb730b chore: add docstrings to example config
  • d4f9e85 chore: fix typos
  • 3bfbeac ci: add goreleaser
  • e7a76eb core: initial implementation for single-connection tunnel (#1)
  • e3a4b74 pgrok: add init config command
  • 1bbc7dc pgrok: retry connect to server
  • 585f52c pgrok: use capture server to print requests (#7)
  • 2dfc1bc pgrok: use github.com/urfave/cli/v2
  • a2a7d88 pgrokd: add reverse proxy cluster and find random port (#2)
  • 881e33d pgrokd: embed templates (#5)
  • 7ee78a0 pgrokd: implement database layer (#4)