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

[Feature Request] add support for shadowsocks(R) #16

Open
mokhtarabadi opened this issue Sep 12, 2021 · 2 comments
Open

[Feature Request] add support for shadowsocks(R) #16

mokhtarabadi opened this issue Sep 12, 2021 · 2 comments

Comments

@mokhtarabadi
Copy link

In Iran shadowsocks is very useful, did you have any plan to implement this?
because there is shadowsocks c version (libev) i think it can be done easily
also shadowsocksR is a good option, but not important

@chux0519
Copy link
Owner

Yeah, since there're still many people using it, I think I will add shadowsocks support later.
(I've used shadowsocks for a while, and in our country the GFW seems to have the ability to detect the protocol, then I quit it and use other protocols, so I did not implement it currently)

@chux0519
Copy link
Owner

chux0519 commented Sep 27, 2021

after PR: #21
TCP mode is working now, all AEAD ciphers in http://shadowsocks.org/en/wiki/AEAD-Ciphers.html is supported, for stream cipher, only aes-128-cfb is implemented.

here is a example config

 {
      "server_address": <HOST>,
      "server_type": "shadowsocks",
      "server_port": <PORT>,
      "password": <PASSWORD>,
      "method": "aes-128-cfb/aes-128-gcm/aes-256-gcm/chacha20-poly1305"
    }

PS: In this PR, I cleaned the code and restructured the source files for better maintenance purpose. so many things changed, use v0.1.0 branch if you have compatibility issues in existing projects

TODOs

  • UDP
  • plugin

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