Malash
Malash
I spent few hours to deep dive the root cause of this issue. I found a way to reproduce this issue even with a `babel.config.json` file. I created a new...
`... is a new bug in "ventura"`, agree. But I haven't find anyone else reports this issue on Google yet. My compiling options is `./configure --prefix=/opt/homebrew/Cellar/proxychains-ng/4.16 --sysconfdir=/opt/homebrew/etc --fat-binary-m1` and my...
@pich4ya Thank you, I tried your solution and it does work. cc @rofl0r
Thank you for your reply, @baranyaib90. I also agree that `CURLOPT_MAXLIFETIME_CONN` is not an ideal option, since when DoH requests are successful, we want the TCP connection to remain open...
Using `getifaddrs()` only retrieves the IP addresses of the local machine. This approach is relatively straightforward and should address some cases, but its general applicability may be limited. Consider the...
In [this PR](https://github.com/aarond10/https_dns_proxy/pull/188), I fixed the logging of `curl_result_code`, and confirmed through testing that the error code is `CURLE_OPERATION_TIMEDOUT` when a timeout occurs. Maybe you could add a new CLI...
Agree with your concern. We can first focus on defining a reasonable solution, as for the code implementation, either I or any other volunteer can give it a try. (To...
Hi @baranyaib90, Thanks for your continued efforts! I’ve tested your commit in the WAN IP change scenario, and I can confirm that it does work in that case. I really...
@nteasocial Of course, sure, PR is always welcomed.