rofl0r
rofl0r
> Or could proxychains at least parse hostnames in config file from /etc/hosts? it does already
there's hostsreader code in proxychains-ng, but apparently it's only used for getaddrinfo-style lookups for the proxified program, but not for config processing. eventually this could be added without big effort.
> I also find same problem as you in version 4.15, but it don't appear in version 4.12. could you try to use `git bisect` to find the commit that...
> don't try to connect to null-routed ips thanks, good find. > I tested it according to the following method what was the config for localnet for your test ?
> 2. proxychains4 wget 0.0.0.0:2345 i think this test is flawed too. you need to use e.g. proxychains4 wget 10.0.0.1:2345 where 10.0.0.1 is the local ip of your network adapter.
> Yes.using your test method don't appear same problems so, no problem at all? or if there's a problem is it what was described by OP? if so it would...
> But pycharm's official pydevd tool is used in this way. and where does the 0.0.0.0 come from ? is this something you configured, or how pycharm connects by default...
not without context
so you're saying this happens when the connection estasblishment step to the proxy works, and it then times out connecting to the next hop (whether that be another proxy or...
ok, so in order to make it behave like you want to we'd basically have to restore proxychains state to what it was before the last connection step, which could...