DoctorMcKay/node-steam-user

socks5 option has not taken effect

Javabcd opened this issue · 2 comments

Describe the bug

when I set options of socksProxy, it not change steam ip ,but It works when I use httpProxy

let steamClient = new SteamUser({socksProxy:'socks5://127.0.0.1:10808'});

Versions

node.js: "v18.15.0"
"steam-user": "v4.28.0"

Possiable error location

from index.js , the method _setOption() no case of 'socksProxy'

Me too

Fixed in 4.28.1.