apify / proxy-chain

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

Home Page:https://www.npmjs.com/package/proxy-chain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get rid of portastic package

valekjo opened this issue · comments

portastic package has been inactive for 5 years, issues have not been adressed for a long time (eg. alanhoff/node-portastic#10) - maybe it would be ok to switch to something else? For example https://www.npmjs.com/package/get-port.

Yeah definitely, actually we don't need it at all, the system can choose free port itself by using port 0.

It's only used in createTunnel(), anonymizeProxy() already switched to this way few months ago. @valekjo if you're interested in this, feel free to go ahead :)

Will be fixed in #113