You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Allow direct local 127.x.x.x
//if ((strlen(ip) != 0) && (ip[0] == '1') && (ip[1] == '2') && (ip[2] == '7') && (ip[3] == '.')) {
// PDEBUG("connect: local ip detected... ignoring\n");
// return true_connect(sock, addr, len);
//}
this is nonsense and a bug since there is no way to disable this in config file I had to comment these lines to make it work properly. There are a lot of use cases where you need to spoof localhost and make the app to connect to some other machine. Original proxychains doesnt have this bug and let you decide whether you want to proxy localhost or not
Please dont do any convenience oversmart features like this. Please maintain KISS and flexibility inherited from original projects
Thanks
The text was updated successfully, but these errors were encountered:
libproxybound.c
this is nonsense and a bug since there is no way to disable this in config file I had to comment these lines to make it work properly. There are a lot of use cases where you need to spoof localhost and make the app to connect to some other machine. Original proxychains doesnt have this bug and let you decide whether you want to proxy localhost or not
Please dont do any convenience oversmart features like this. Please maintain KISS and flexibility inherited from original projects
Thanks
The text was updated successfully, but these errors were encountered: