Inlets Pro Versions Save

Secure HTTP and TCP tunnels that just work

0.9.30

1 month ago

Changelog for 0.9.30:

--generate=systemd added to inlets-pro uplink server command

Generated by Derek

0.9.29

3 months ago

Allow different orders for arguments to inlets-pro sshmux, previously the config file had to come first.

0.9.28

3 months ago

Changelog for 0.9.28:

Commits

Changes: https://github.com/inlets/inlets-pro/compare/0.9.27...0.9.28

Generated by Derek

0.9.27

3 months ago

Changelog for 0.9.27:

Commits

Changes: https://github.com/inlets/inlets-pro/compare/0.9.26...0.9.27

Generated by Derek

0.9.26

3 months ago

This release adds support K8s API server via TLS pass-through in inlets-pro sshmux server

Put this into config.yaml:

  - name: rpi-k8s.inlets
    upstream: "raspberrypi.local:6443"
    passthrough: true
  - name: rpi-ssh.inlets
    upstream: "raspberrypi.local:22"

Make sure raspberrypi.local is in /etc/hosts, or resolve the IP into config.yaml instead of using the .local domain.

0.9.25

3 months ago

Fix for message when sshmux can't resolve a host, it was showing deadline exceeded, now shows a resolution problem.

0.9.24

3 months ago

Adds:

  • inlets-pro sshmux server - mux one or many SSH servers behind a single TCP tunnel, including support for Proxy protocol v2 to obtain the remote IP addresses
  • inlets-pro sshmux connect a helper for ssh -o ProxyCommand to encapsulate a TLS server name in the connection

Learn how to use sshmux here: https://inlets.dev/blog/2024/02/05/access-all-your-ssh-servers-with-sshmux.html

0.9.23

4 months ago

Changelog for 0.9.23:

Commits

Changes: https://github.com/inlets/inlets-pro/compare/0.9.22...0.9.23

Generated by Derek

0.9.22

4 months ago

Changelog for 0.9.22:

Commits

  • Fixes for unrelated CVEs in external Go libraries

Changes: https://github.com/inlets/inlets-pro/compare/0.9.21...0.9.22

Generated by Derek

0.9.21

8 months ago

Changelog for 0.9.21:

Commits

Add support for Proxy Protocol v1

Generated by Derek