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

Allow to override the default command executor #58

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

yuguorui
Copy link
Contributor

Allow users to implement the connect and udp_associate commands by themselves. Users can choose any underlying protocol to implement proxy data transmission, conditional routing or chain proxies.

A simple TCP traffic interception function is implemented in example/simple_tcp_server.rs.

Resolve #31 and #15

@yuguorui yuguorui force-pushed the feat/custom-executor branch 2 times, most recently from e0af690 to 9b5480f Compare December 30, 2024 16:35
@yuguorui yuguorui force-pushed the feat/custom-executor branch from 9b5480f to 083ceb4 Compare December 30, 2024 17:29
@yuguorui
Copy link
Contributor Author

@dizda kindly ping?

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.

use it as a library
1 participant