Skip to content

Releases: unique1o1/uniqx

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…

…ent connection) if one is closed

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

v1.1.3

24 Aug 07:06
Compare
Choose a tag to compare

Changelog

47f8cee > concurrent write issue fixed > http and https both supported
638fe6a > unexpected crashes mostly fixed > keepalive code moved to server > closed channels are removed from map so that they can't be closed again > code refactor
a07fa77 Initial commit
2d60820 Merge branch 'main' into dev
e952b39 Merge branch 'main' of github.com:unique1o1/jpqr-go-client into main
d0ef3eb Merge branch 'main' of github.com:unique1o1/jprq into dev
53a1cac Merge branch 'main' of github.com:unique1o1/jprq-go-client
e4408c0 Set theme jekyll-theme-cayman
776194f Update README.md
cf189a3 Update README.md
9c6677a Update README.md
75828bc Update README.md
26e116f Update README.md
2d1f85d Update README.md
67735e9 Update README.md
7e889f7 Update README.md
60c455e Update README.md
bbafc6f Update README.md
474982d Update README.md
850353f Update README.md
e7c157c Update README.md
27d0db7 Update _config.yml
f73e7cf Update go.mod
19d3c0b Update go.mod
39dc616 Update main.go
52fa731 cookie support added
e11a3dc do not remove slash from the url
c201e27 git workflow added
4dc5465 goreleaser added
7677584 host flag info update
f450066 if connection is unsucessful SetPongHandler would cause a panic
c3bf343 install script added
ed1005c keep alive issue fix
a37ac2d logs removed
789db20 made host flag mandatory
ddda768 merge resolved
474f1c0 minor changes
d2eb3ab minor changes
ea92a39 minor changes
77854e8 minor changes
b2419a3 print request logs
e18d890 send tunnel domain as host domain to destination server
53dee44 stop following redirection directly from the client
9e0a444 stop following redirection directly from the client
d59a1c4 update
1e13690 update
12e4be1 update
a2628f3 version bumped to v1.1.3
e0e3474 websocket implementation in working state(with few bugs)
b4113e1 websocket implementation on progress