I want to create proxy servers on users machines.
that's what is given:
Users install my app (electron.js is used for developing), I have puppeteer on a server.
I want to connect their ip and port to open any site inside puppeteer using their ip as proxy.
Part with configuring puppeteer is clear. What should I do on the electron side? did a lot of searches and found nothing.