This repository was archived by the owner on Oct 20, 2023. It is now read-only.
Release v0.6.4
- 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 for11active 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
--telemetryCLI option to enable/disable telemetry requests for app troubleshooting purposes. It has values oftrue/false, default istrue. - fix infinite loop for
DNSresolution ofAAAArecords if host does not supportIPv4-mappedIPv6DNSrecords. More info: #18 - fix issue that caused
TCP/UDPNATrecords to be disposed prematurely. More info: #17 - release extension for
ARM64,ARMv6andARMv6architectures forLinuxmachines.