Releases: inlets/inlets-pro
Releases · inlets/inlets-pro
Add generate flag for uplink server command
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
Allow different orders for arguments to inlets-pro sshmux, previously the config file had to come first.
Disable proxy protocol by default for sshmux
Connect timeout for sshmux connect helper
Support K8s API server via TLS pass-through in sshmux
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
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
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 addressesinlets-pro sshmux connect
a helper forssh -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
Fixes for unrelated CVEs in external Go libraries
Changelog for 0.9.22:
Commits
- Fixes for unrelated CVEs in external Go libraries
Changes: 0.9.21...0.9.22
Generated by Derek