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

is there any way to listen on both http & socks port in naive client? #526

Closed
luckyroach opened this issue Jun 15, 2023 · 5 comments
Closed

Comments

@luckyroach
Copy link

No description provided.

@U201413497
Copy link

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.

@nametoolong
Copy link
Contributor

#479 provides a patch. Alternatively, just run naiveproxy twice, side by side.

@klzgrad
Copy link
Owner

klzgrad commented Jun 18, 2023

I'll leave this open because there is a chance to add it recently.

@openips
Copy link

openips commented Jun 27, 2023

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

@klzgrad
Copy link
Owner

klzgrad commented Aug 6, 2023

@klzgrad klzgrad closed this as completed Aug 6, 2023
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

5 participants