This repository has been 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 for11
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 oftrue
/false
, default istrue
. - fix infinite loop for
DNS
resolution ofAAAA
records if host does not supportIPv4
-mappedIPv6
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
andARMv6
architectures forLinux
machines.