proxy-chain icon indicating copy to clipboard operation
proxy-chain copied to clipboard

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.

Results 69 proxy-chain issues
Sort by recently updated
recently updated
newest added

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 15.2.0. Changelog Sourced from sinon's changelog. 15.2.0 66b0081e Use fake-timers v10.1.0 re-released as v10.3.0 (Carl-Erik Kopseng) Version 10.2.0 of fake-timers had an unexpected breaking change....

dependencies

Bumps @apify/eslint-config-ts from 0.2.3 to 0.3.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@apify/eslint-config-ts&package-manager=npm_and_yarn&previous-version=0.2.3&new-version=0.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [proxy](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy) from 1.0.2 to 2.1.1. Release notes Sourced from proxy's releases. [email protected] Patch Changes 25e0c93: Ensure that socket.remoteAddress is a string [email protected] Minor Changes 0f31047: Add localAddress option to...

dependencies

Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.4.1 to 5.0.1. Changelog Sourced from rimraf's changelog. 5.0 No default export, only named exports 4.4 Provide Dirent or Stats object as second argument to filter 4.3...

dependencies

Please support socks5 Thank pro

t-platform

Supports for socks proxy: I've published under https://www.npmjs.com/package/proxy-chain-with-socks for testing purposes.

t-platform

Is there a way to proxy only certain requests?

t-platform

The idea is simple, when the options is set: - parse any incoming HTTP requests - extract the hostname and port - `CONNECT` to the upstream proxy using the host/port...

So that the tests may pass in my local environment (tried Node.js 20 (active LTS) and 18). The CI tests however seem to be [configured to run only with Node.js...