rofl0r

Results 1019 comments of rofl0r

i suppose the point is that it's meant to be used for a long-running process, since it cannot work like that with independent processes (unless you start hooking execve too...

yeah. you could put the proxy-selection logic into the bash script itself, and write a different config file for each proxychains invocation.

same [answer](https://github.com/rofl0r/proxychains-ng/issues/404#issuecomment-1011333734)

proxychains-ng supports user-supplied CFLAGS and CC parameters in the traditional way (i.e. passed to configure). so someone that wants to use a x86 32bit toolchain can pass that to CC...

iirc there's at least one system (i can't remember if it was OS X or GNU/linux) where the dynlinker rejects LD_PRELOAD with relative paths, so it's done the way it...

@MatzFan please elaborate on "linked dupes". is there a possibility to use e.g. ssh with a softlink or a hardlink ?

@kakashisan how about trying the things recommended here ? and what is the error you get from scp ?

oh so the problem is that scp starts ssh from /usr/bin. maybe you can fix that by overriding PATH pointing to where your copy of the ssh binary is, for...

> Please find out a solution and solve it you volunteer? great! btw, your comment has nothing to do with the issue discussed here, so post further updates about your...

note that you can also use `ssh -D 1080 user@serverB` to create an encrypted ssh tunnel to server B and spawn a local socks5 proxy listening on port 1080 where...