liamcottle / rustplus.js

Unofficial NodeJS library for controlling Smart Switches in the PC game Rust
224 stars 46 forks source link

RUST seems to have added new validation mechanisms #40

Closed Arcaneing closed 1 year ago

Arcaneing commented 2 years ago

Certain servers can establish connections through APP, but using JS causes connection timeout exceptions. For example .CO EU MEDIUM(192.248.164.111:28085) I'm not sure if it's because it uses some trick to hide the real address and port of the API image image How can I solve this problem

Arcaneing commented 2 years ago

BUT I CAN USING RUST+ APP TO CONNECT THIS SERVER image

Arcaneing commented 2 years ago

now,i'm sure that this server's ip and port is right. image

But why just can connected with Rust+ APP

liamcottle commented 1 year ago

Try via a residential IP address. I'm assuming you are trying to run your code via a server host, and some servers use DDoS protection services which block IPs from known data centres / server hosting providers.