Leonid Evdokimov
Leonid Evdokimov
Do you know any socks5 server supporting IPv6?
I have no permanent root access to machines running MacOSX to test and develop for this platform. If was v0.4 ever working on MacOSX, please, contribute documentation with working MacOSX...
Yep, I do that as soon as some build is "stable": tested and documented. Last implemented feature (TPROXY + UDP) is not documented and breaks builds on another platforms as...
I understand you. You can get tarball for release X at https://github.com/darkk/redsocks/tarball/release-${X}, mask 9999 ebuild as ~ and have 0.4 as latest stable ebuild. If you're maintainer, you can subscribe...
I'm afraid I can't control it. Github generates tarball with `$USER-$REPO-$HASH/tree` directory and I see no option to change it (I may be wrong). Is this default github's directory layout...
I have to upset you: $HASH changes in every release, e.g. release-0.3 unpacks to darkk-redsocks-8839230. I have not used gentoo, so I don't know if it's possible to set S...
https://github.com/darkk/redsocks/downloads is full of tarballs :)
Przemysław, thanks for hint! I did not know that feature of github.
That's correct, but IMHO `http-relay` should be avoided as it's can of bugs. Why do you use it? - it does not support keep-alive (it modifies only the first request)...
You can configure several local_ports to match several different ports like that: ``` redsocks { local_ip = 127.0.0.1; ip = 127.0.0.1; type = socks5; local_port = 11080; port = 1080;...