Skip to content

Releases: inlets/inlets-pro

Add generate flag for uplink server command

05 Apr 11:12
Compare
Choose a tag to compare

Changelog for 0.9.30:

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

Generated by Derek

Allow different orders for arguments to inlets-pro sshmux

09 Feb 13:35
Compare
Choose a tag to compare

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

Disable proxy protocol by default for sshmux

08 Feb 10:36
Compare
Choose a tag to compare

Changelog for 0.9.28:

Commits

Changes: 0.9.27...0.9.28

Generated by Derek

Connect timeout for sshmux connect helper

06 Feb 15:41
Compare
Choose a tag to compare

Changelog for 0.9.27:

Commits

Changes: 0.9.26...0.9.27

Generated by Derek

Support K8s API server via TLS pass-through in sshmux

06 Feb 10:53
Compare
Choose a tag to compare

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.

Fix for message when sshmux can't resolve a host

05 Feb 18:19
Compare
Choose a tag to compare

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

Add initial version of sshmux into inlets

05 Feb 16:29
Compare
Choose a tag to compare

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

2024 release of inlets and uplink

03 Jan 14:32
e82b1da
Compare
Choose a tag to compare

Changelog for 0.9.23:

Commits

Changes: 0.9.22...0.9.23

Generated by Derek

Fixes for unrelated CVEs in external Go libraries

19 Dec 09:05
e82b1da
Compare
Choose a tag to compare

Changelog for 0.9.22:

Commits

  • Fixes for unrelated CVEs in external Go libraries

Changes: 0.9.21...0.9.22

Generated by Derek

Add support for Proxy Protocol v1

30 Aug 19:45
e82b1da
Compare
Choose a tag to compare

Changelog for 0.9.21:

Commits

Add support for Proxy Protocol v1

Generated by Derek