-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 it possible to run sslocal as a plain-old SOCKS5 server? #818
Comments
Set a ACL file to "bypass" all requests, then it will become a pure SOCKS5 server. |
Result of
What am I doing wrong here? |
Just give a random server config, |
Wow. That worked. Do I have to care about whether this sslocal keeps trying to connect to that dummy shadowsocks server? I set it to 127.0.0.1 with some random port number. Or, does sslocal only try to establish a connection when it needs to? |
Yes, it will connect only when it needs to. |
If no server was configured, then sslocal will bypass all connections and packets.
If not, would it be a lot of work to enable such a feature?
I know that this isn't the purpose of this software, but, I think it sort of helps us make more "multipurpose" use of it.
I can't find other decent, well-supported SOCKS5 servers like this one.
The text was updated successfully, but these errors were encountered: