How come some programs will refuse to work with (e.g torsocks ./program-binary
) while the same program will work work with (e.g proxychains ./program-appimage
) with sock5 127.0.0.1 and proxy_dns set?
Is there a consensus or rather a certain programming lang that has issues with torsocks. I was told that electron based programs are known to. Are they the only ones or is there some other ones?
I’m under the belief that launching programs with torsocks or proxychains is better then relying on a apps native proxy support do to seeing programs try to make non proxy connections.