Skip to content

Releases: unique1o1/uniqx

v2.0.8

26 Feb 07:27
14dbf66
Compare
Choose a tag to compare
Add aarch64 architecture support to build workflow

v2.0.7

21 Sep 10:37
Compare
Choose a tag to compare
  • added ability to self-update to the latest version

v2.0.6

18 Sep 10:39
084f4ff
Compare
Choose a tag to compare
version bump

v2.0.5

15 Sep 01:23
Compare
Choose a tag to compare
  • addressed and fixed an issue with file uploads when the console mode is ON"

v2.0.4

13 Sep 07:32
Compare
Choose a tag to compare
  • issue with the response body being stuck in a perpetual loading state has been resolved within the Console UI.

  • Windows release binary filename fix

v2.0.3

13 Sep 01:34
Compare
Choose a tag to compare
BUGFIX: close both side of the connection (host connection, server ev…

v2.0.2

04 Sep 05:25
Compare
Choose a tag to compare
  • Start the console server on a random unused port

v2.0.1

29 Aug 08:56
Compare
Choose a tag to compare

Console UI added for easily browsing all the requests made through the tunnel

v2.0.0

27 Aug 04:55
Compare
Choose a tag to compare

UNIQX, a simple HTTP/TCP tunneling system, has been migrated from Golang to Rust with support for TCP and a single binary instead of separate repositories. This new version allows you to expose local TCP ports to a remote server, bypassing standard NAT connection firewalls. You can install it using Rust cargo or a pre-built binary. The detailed usage section describes how to forward a port on your local machine using the uniqx command with options for HTTP and TCP clients.

v1.1.4

24 Aug 17:42
Compare
Choose a tag to compare

Changelog

949408b code refactor/restructure and nicer console output
8f58ca7 full module path removed
8abb51e insert version information into the binary at build time