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

fix: implement simple obfs for shadowsocks #189

Merged
merged 5 commits into from
Nov 24, 2023
Merged

Conversation

greenhat616
Copy link
Collaborator

closed #188

@greenhat616 greenhat616 marked this pull request as draft November 23, 2023 03:53
@greenhat616 greenhat616 marked this pull request as ready for review November 24, 2023 03:29
@greenhat616
Copy link
Collaborator Author

greenhat616 commented Nov 24, 2023

@ibigbug Hello.Tls mode is impl, but i haven't tested yet.

Additionally, I'm thinking, wouldn't it be better to specifically define protocols like simple-obfs, v2ray-plugin, ss, vm2ss, and the like under a dedicated transport module? Essentially, they are all custom transport layer protocols. Similar to what clash-meta does, nesting through streams can aptly cater to the coupling needs between protocols.

Therefore, I believe better planning for the submodules under the Proxy module might be more beneficial.

Copy link
Member

@ibigbug ibigbug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@ibigbug ibigbug changed the title fix: use with shadowsocks transport fix: implement simple obfs for shadowsocks Nov 24, 2023
@ibigbug ibigbug enabled auto-merge (squash) November 24, 2023 05:58
@ibigbug ibigbug merged commit 6a8db70 into Watfaq:master Nov 24, 2023
5 checks passed
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

Successfully merging this pull request may close these issues.

fix: use with shadowsocks transport
2 participants