DoctorMcKay / node-steam-client

API-compatible fork of node-steam's SteamClient
https://steamcommunity.com/groups/SteamRE/discussions/1/
MIT License
52 stars 19 forks source link

Proxy support for TCP connections #5

Closed waylaidwanderer closed 7 years ago

waylaidwanderer commented 7 years ago

I actually tried doing this myself but couldn't get it working properly.

https://github.com/DoctorMcKay/node-steam-client/blob/master/lib/tcp_connection.js

Would require changing the Socket class to another package that supports socks proxies.

DoctorMcKay commented 7 years ago

HTTP proxy support is available in v2.3.0-beta1 (currently beta tag on npm). SOCKS support is not planned at this time because I don't want to add any dependencies.