pgrok

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

MIT License

Downloads
13
Stars
3.1K

Bot releases are visible (Hide)

pgrok - v1.4.1 Latest Release

Published by unknwon 11 months ago

What's Changed

pgrok

There is no change in this release.

pgrokd

New Contributors

Full Changelog: https://github.com/pgrok/pgrok/compare/v1.4.0...v1.4.1

pgrok - v1.4.0

Published by unknwon about 1 year ago

What's Changed

pgrok

pgrokd

New Contributors

Full Changelog: https://github.com/pgrok/pgrok/compare/v1.3.4...v1.4.0

pgrok - v1.3.4

Published by unknwon about 1 year ago

What's Changed

pgrok

There is no change in this release.

pgrokd

New Contributors

Full Changelog: https://github.com/pgrok/pgrok/compare/v1.3.3...v1.3.4

pgrok - v1.3.3

Published by unknwon over 1 year ago

What's Changed

Full Changelog: https://github.com/pgrok/pgrok/compare/v1.3.2...v1.3.3

pgrok - v1.3.2

Published by unknwon over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/pgrok/pgrok/compare/v1.3.1...v1.3.2

pgrok - v1.3.1

Published by unknwon over 1 year ago

What's Changed

Full Changelog: https://github.com/pgrok/pgrok/compare/v1.3.0...v1.3.1

pgrok - v1.3.0

Published by unknwon over 1 year ago

What's Changed

Full Changelog: https://github.com/pgrok/pgrok/compare/v1.2.0...v1.3.0

pgrok - v1.2.0

Published by unknwon over 1 year ago

What's Changed

Full Changelog: https://github.com/pgrok/pgrok/compare/v1.1.5...v1.2.0

pgrok - v1.1.5

Published by unknwon over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/pgrok/pgrok/compare/v1.1.4...v1.1.5

pgrok - v1.1.4

Published by unknwon over 1 year ago

What's Changed

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

pgrok - v1.1.3

Published by unknwon over 1 year ago

What's Changed

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

pgrok - v1.1.2

Published by unknwon over 1 year ago

What's Changed

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

pgrok - v1.1.1

Published by unknwon over 1 year ago

What's Changed

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

pgrok - v1.1.0

Published by unknwon over 1 year ago

What's Changed

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

pgrok - v1.0.1

Published by unknwon over 1 year ago

What's Changed

New Contributors

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

pgrok - v1.0.0

Published by unknwon over 1 year ago

Changelog

  • 32b5e04 ci: set goreleaser binary name
pgrok - v1.0.0-rc.1

Published by unknwon over 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)