Skip to content

Releases: inlets/inlets-pro

Rename proxy-proto to proxy-protocol for consistency

28 Oct 13:05
Compare
Choose a tag to compare

Changelog for 0.9.39:

All server commands will now take a consistent --proxy-protocol form flag, not a mixture of that and --proxy-proto

Generated by Derek

Rename sshmux to snimux

28 Oct 11:14
Compare
Choose a tag to compare

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

11 Oct 15:23
Compare
Choose a tag to compare

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

08 Oct 10:13
Compare
Choose a tag to compare

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

01 Oct 14:19
Compare
Choose a tag to compare

Changelog for 0.9.35:

Commits

Changes: 0.9.34...0.9.35

Generated by Derek

Proxy Protocol support for data plane behind a load-balancer

01 Oct 09:59
Compare
Choose a tag to compare

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

09 Aug 13:04
Compare
Choose a tag to compare

Changelog for 0.9.33:

Commits

Changes: 0.9.32...0.9.33

Generated by Derek

Fix for --token-file when generating HTTP server systemd units

11 Jun 08:47
Compare
Choose a tag to compare

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

10 Jun 14:26
Compare
Choose a tag to compare

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

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