rofl0r
rofl0r
> Just cloned and compiled from the latest master branch. I did get it to run with proxy_dns_old directive. that's good news. is the performance acceptable? the old code does...
> |DNS-request| dc.services.visualstudio.com can't exec proxyresolv: No such file or directory you need to copy src/proxyresolv to your PATH (sorry for not mentioning it earlier)
> |DNS-response|: dc.services.visualstudio.com does not exist > err_dns: Invalid argument doh. would you mind stracing that again ? `strace -f -s 256 -o logfile command here` then look for first...
proxychains4 binary sets up the OS's preloading mechanism via environment variables, then execs the host binary. if the shared library then isnt injected properly, we have no way of controlling...
> Perhaps there is a way to see if the called binary is SIP protected? i don't know, the entire mac support is based on figuring things out based on...
maybe you need to tweak the timeouts. tor can be slow at times.
interesting find. do you have an idea why that is so ?
yes, proxychains uses both poll and select internally: ``` ./src/allocator_thread.c: while((ret = select(readfd+1, &fds, NULL, NULL, ./src/core.c: ret = poll(fds, nfsd, time_remain); ./src/core.c: ret = poll_retry(pfd, 1, tcp_connect_time_out); ``` but...
oh, so nginx `*calls*` proxychains-ng ? how did you configure that ?
do you get the line `[proxychains] DLL init: proxychains-ng 4.12` several times ? generally speaking, the error you get is because you either hit a bug in mac os' libc...