proxy-chain

v2.0.2-beta.7
Node.js implementation of a proxy server (think Squid) with support for SSL, authentication, upstream proxy chaining, and protocol tunneling.
proxy squid apify tunnel puppeteer

lint

eslint src

test

nyc cross-env NODE_OPTIONS=--insecure-http-parser mocha --bail

build

tsc

clean

rimraf dist

lint-fix

eslint src --fix

build:watch

tsc -w

local-proxy

node ./dist/run_locally.js

prepublishOnly

npm run build

Metadata

Downloads