seishun / node-steam

Interface directly with Steam servers from Node.js
MIT License
1k stars 181 forks source link

[QUESTION] how to manage multiple ips? #384

Closed tambu22 closed 7 years ago

tambu22 commented 8 years ago

I want to manage multiple ips to have several bots and then when i get error 403 or what ever i can change ip and relogin. its that posible with this module? i saw that steam-client have this option some like .bind(LocalIP); tanks, and sorrry to make a question here :/

seishun commented 8 years ago

This library doesn't make HTTP requests, so I'm not sure what you mean by 403.

tambu22 commented 8 years ago

sure but this library make the connect to steam servers and then i use it to get trade offers and other things. so, can i "select"/switch the ip? my server have 2 local ips.

scholtzm commented 8 years ago

i saw that steam-client have this option

Why don't you use it then? It has identical (afaik) API.

seishun commented 8 years ago

I don't think you need to use the same IP address for the Steam connection and the web API. Have you tried?

seishun commented 7 years ago

Closing due to inactivity. Will reopen if someone provides evidence that web API must be used from the same IP address as the Steam connection, or any other reason why selecting the interface is necessary.