CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 47
Releases: inlets/inlets-pro
Update to Go 1.24
Compare
Changelog for 0.10.4:
- Build now uses Go 1.24
Assets 18
- sha256:fc3dcda16e032cf42c776de6f949e37bafa4318e857075942acd0d2c9c8abfcb
2025-07-02T11:38:43Z - sha256:c4e15efdd4dc277044da281e998492975cacd15d7fad92c775f48f7abf1910ab
2025-07-02T11:38:47Z - sha256:5420e0aea1fb331abee13f45a472919f19457d763037c2d67948cd14d7ae44e7
2025-07-02T11:38:48Z - sha256:72b7f7ab81050944343d6f44945a442ac2916dc0f1aa54fd12e34a4082b5d7e6
2025-07-02T11:38:48Z - sha256:b32dd5b4678ec4c13c72506149387c3e71b0ce059d6236009be40c3f4f8bd76b
2025-07-02T11:38:50Z - sha256:84fe1227331f2411ca6da698fcccd046d13b068eb533f38fd38f406cb8ebd54a
2025-07-02T11:38:50Z - sha256:7058940d707ba016ed5a0440068337d53ead4dde5020ad62d6aad44d2bde0058
2025-07-02T11:38:51Z - sha256:cc892a431e44b2cd050a8134c3ecb9e372b7a97a81aa715bcdcaa659766fb888
2025-07-02T11:38:53Z - sha256:7b178ea766d5e825b176be9dadd87385d9440b84664dd1a1b2b7557bf6592f0b
2025-07-02T11:38:51Z - sha256:4470e66db8720e56e1e96e33e2f043f904e9020c6d20cf78221162465ee32319
2025-07-02T11:38:53Z -
2024-01-29T13:53:28Z -
2024-01-29T13:53:28Z - Loading
Fixes for snimux regression introduced with Go 1.23
Compare
Changelog for 0.10.3:
A panic was reported by a user from sshmux after we upgraded to Go 1.23 which handles TLS differently.
This new version fixes the issues and requires the same version on the client and server to work.
Assets 18
Add Google to OAuth options, and GitHub organisations as ACL filter
Compare
Add Google to OAuth options, and GitHub organisations as ACL filter
--oauth-provider=google
is now supported- For
--oauth-provider=github
,--oauth-acl
can now include an organisation such asorg:inlets
so that anyone with membership is able to authenticate
Assets 18
Allow basic auth/bearer tokens and OAuth to be combined
Compare
For HTTP tunnels, basic auth and/or bearer tokens can now be used with OAuth
See examples at: https://inlets.dev/blog/tutorial/2025/03/10/secure-http-tunnels-with-oauth.html
Assets 18
OAuth and other HTTP middlewares for HTTP tunnels
Compare
Changelog for 0.10.0:
Enhancements for inlets-pro http
tunnels, with new flags for the client:
- HTTP Header Modification - add/remove request and response headers
- Authenticate HTTPs tunnels - with OAuth, Bearer tokens and Basic Auth
Example from the OAuth page displayed to unauthenticated users:
Assets 18
Support LemonSqueezy licensing for TCP/HTTP clients
Compare
Assets 18
Rename proxy-proto to proxy-protocol for consistency
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
Assets 18
Rename sshmux to snimux
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
Assets 18
IP allow lists for sshmux and fixes to proxy protocol for sshmux
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
Assets 18
Fix for proxy protocol header when not running behind lb
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