Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Release v0.6.4

Compare
Choose a tag to compare
@legomushroom legomushroom released this 11 May 23:49
· 17 commits to main since this release
5366a59
  • increase number of tasks in worker thread pool to 12. This fixes app freezes issue for low-end machines with few number of CPU cores and allowes for 11 active network interfaces on the host(local) machine. More info: #7
  • fix bad TCP socket state error for TCP NATs on Linux host(local) machines. More info: #8
  • improve error handling and visibility
  • add --telemetry CLI option to enable/disable telemetry requests for app troubleshooting purposes. It has values of true/false, default is true.
  • fix infinite loop for DNS resolution of AAAA records if host does not support IPv4-mapped IPv6 DNS records. More info: #18
  • fix issue that caused TCP/UDP NAT records to be disposed prematurely. More info: #17
  • release extension for ARM64, ARMv6 and ARMv6 architectures for Linux machines.