0

I'm trying to write a program that connects to a transparent proxy using Linux sockets (which should easily port to Winsock) in C. I've scoured the internet to no avail.

To be specific I am not writing a transparent proxy, only connecting to it.

How can this be done?

Steve Mucci
  • 212
  • 1
  • 11
  • Err.... isn't the point of a transparent proxy that you *don't* have to explicitly connect to it? – Ignacio Vazquez-Abrams Oct 27 '17 at 17:08
  • The question still stands; how do I utilize a transparent proxy using the Linux socket API? – Steve Mucci Oct 27 '17 at 18:22
  • You should ask a specific question for a particular problem. Since Stack Overflow hides the Close reason from you: *"Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question."* – jww Oct 27 '17 at 18:44
  • Is connecting to a transparent proxy using Linux sockets not specific enough? – Steve Mucci Oct 28 '17 at 19:02

0 Answers0