Releases: inlets/inlets-pro
Rename proxy-proto to proxy-protocol for consistency
Rename sshmux to snimux
Changelog for 0.9.38:
inlets-pro sshmux
has been renamed to inlets-pro snimux
because it can mux TLS, rather than just SSH.
Generated by Derek
IP allow lists for sshmux and fixes to proxy protocol for sshmux
Changelog for 0.9.37:
- Enables an
allow
list for the sshmux command's config file for IP allow lists - using CIDR or plain IP format, run with--help
for an example of how to use this - Fixes reliability for handling of proxy protocol for retrieving client IPs
If your home IP was 35.202.222.154
, you could write:
upstreams:
- name: nuc.example.com
upstream: 192.168.0.120:22
allowed:
- 35.202.222.154
Changes: 0.9.36...0.9.37
Generated by Derek
Fix for proxy protocol header when not running behind lb
Changelog for 0.9.36:
Fixes issue in 0.9.35 where proxy protocol source addresses were empty when not running the inlets tcp server behind an LB.
Generated by Derek
Proxy Protocol support for inlets uplink data plane
Proxy Protocol support for data plane behind a load-balancer
Proxy Protocol support for data plane behind a load-balancer
The --lb-proxy-protocol
flag can be used behind a cloud load-balancer, HAProxy, or similar to receive a real client IP, this works for the data-plane ports on a tcp tunnel server.
Add --generate k8s_yaml to inlets-pro http server command
Fix for --token-file when generating HTTP server systemd units
Fix for --token-file
when generating HTTP server systemd units, where the value of the --token-file
was expanded into a --token
parameter. It'll now read from the file specified.
Updates to tunnel code, don't expand token-file when generating systemd unit files, and add exponential backoff option for uplink clients
Changelog for 0.9.31:
- Updates to tunnel code
- Don't expand
--token-file
when generating systemd unit files for clients/servers - Add exponential backoff option for uplink clients
--reconnect-strategy=backoff
Add generate flag for uplink server command
Changelog for 0.9.30:
--generate=systemd
added to inlets-pro uplink server
command
Generated by Derek