-
Notifications
You must be signed in to change notification settings - Fork 903
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 any way to listen on both http & socks port in naive client? #526
Comments
Naive supports socks5. For example, socks5 runs on port 1080. You can run software at the same time to convert socks5 to http, such as privoxy. Assuming that http runs on port 1081, you can listen to socks5 on port 1080 and http on port 1081 at the same time. |
#479 provides a patch. Alternatively, just run naiveproxy twice, side by side. |
I'll leave this open because there is a chance to add it recently. |
When HTTP3 works, it is necessary to need TCP and UDP 443 ports . Naive runs the TCP and UDP protocols at the same time to meet the normal traffic characteristics |
No description provided.
The text was updated successfully, but these errors were encountered: