The Wayback Machine - https://web.archive.org/web/20220113133405/https://github.com/topics/proxy-server
Skip to content
#

proxy-server

Here are 950 public repositories matching this topic...

athens
proxy.py

📷 ViewFinder - Remote isolated browser API for security, automation visibility and interactivity. Run on our cloud, or bring your own. Full scope double reverse web proxy with multi-tab, mobile-ready browser UI frontend. Plus co-browsing, advanced adaptive streaming, secure document viewing and more! But only in the Pro version. Get Viewfinder today! Secure your document needs and internet, today!

  • Updated Jan 10, 2022
  • JavaScript
engintron

Engintron for cPanel/WHM is the easiest way to integrate Nginx on your cPanel/WHM server. Engintron will improve the performance & web serving capacity of your server, while reducing CPU/RAM load at the same time, by installing & configuring the popular Nginx webserver to act as a reverse caching proxy in front of Apache.

  • Updated Jan 12, 2022
  • Perl
vladgovor77771
vladgovor77771 commented May 21, 2020

Simply modified your code on handler_forward.js

// custom `http.Agent` support, set `server.httpAgent`
if (!!this.server.httpAgent) reqOpts.agent = this.server.httpAgent;

And in server.js in constructor add
this.httpAgent = options.httpAgent;

Then, if we want to create server with socks proxy for example, do this:

const { SocksProxyAgent } = require('socks-proxy-agent');

Improve this page

Add a description, image, and links to the proxy-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the proxy-server topic, visit your repo's landing page and select "manage topics."

Learn more