rofl0r
rofl0r
re your previous comment > Because MinGW is not a full port of the whole of Linux on your Windows machine. this is not about linux, it's about POSIX, and...
i agree that it is annoying that mingw doesn't install the full set of headers by default, but i do think that it provides all of them when you turn...
you may come to `#proxychains` on irc.freenode.net
it seems your toolchain targets a different android or even libc version. i'd suggest you use musl-cross-make and compile a static binary. (hint add -static to your LDFLAGS, that may...
i'm not very happy with this PR tbh, not only is it linux-specific, it clutters the entire code with ifdefs. this could be done a lot less intrusive in the...
thanks, very interesting. could you do a network packet recording (for example with wireshark or tcpdump), once with curl and once with mac settings and share the differences (or the...
> When I set the same creds in OS X 10.14.4 settings curl http://icanhazip.com shows real ip apparently curl doesn't use the systemwide proxy settings of OSX > Method[0]: 0...
thanks. i just re-read rfc1928 and the behaviour of microsocks is as specified. however, you may want to try out the following change ```diff n_methods--; } - return AM_INVALID; +...
you could use a local tinyproxy running on your localhost, with a socks5 upstream directive pointing to your microsocks proxy (i've heard that you need to use the branch `threads`...
do you use username and password ? if so, see https://github.com/rofl0r/microsocks/issues/17#issuecomment-484587175. if not, please provide a pcap so i can debug the issue. btw you should use a port number...