Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to get more than 5 clients on the same server #44

Closed
DaAwesomeRazor opened this issue Dec 31, 2015 · 6 comments
Closed

Comments

@DaAwesomeRazor
Copy link

Is it possible to get more than 5 clients to be on the same server? I have tried vanessa socket pipe, and socks 5. They both didn't work. I have access to a vps and multiple ips are on the adapter. I was researching about some localAddress thing. Is there some alternative way to get more than 5 clients connected to the same server.

ALSO IMPORTANT: if you change the token to null it works on ffa,experimental,and teams :D

@pulviscriptor
Copy link
Owner

if you change the token to null it works on ffa,experimental,and teams

Previously if you join with same facebook_key (now its auth_token) server would kill all other connections with this key.
So i can't say how tokens works now.
If you can't join more than 5 clients using SOCKS (without auth_token) this is an issue. But if you using token from same account for all connections, i don't know what will happen.

@DaAwesomeRazor
Copy link
Author

Did I do something wrong

node socks.js 5 localhost 8080
Example will use SOCKS server localhost:8080 version 5
Failed to request server (error=REQUEST_ERROR, error_source=Error: Socket Closed)

@pulviscriptor
Copy link
Owner

Are you sure localhost:8080 is working SOCKS version 5 server?
Test it with some software, like web browser. Google how to set SOCKS server in your web browser and check if websites opens.
It must be non-working SOCKS server. If it will work in browser, but not in example, this will be slow and hard to debug it for non-experienced user.

@DaAwesomeRazor
Copy link
Author

I dont think it was a working socks5 server. How can I host one?

PS: Thanks for taking your time to answer these questions. I am really stupid at times and dont really understand these types of stuff

@pulviscriptor
Copy link
Owner

How can I host one

For testing i used ssspl
Please do not allow anybody from internet connect to your SOCKS port.

@ghost
Copy link

ghost commented Jan 10, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants