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

undici(ProxyAgent): support socks5 protocol #49305

Closed
idranme opened this issue Aug 24, 2023 · 1 comment
Closed

undici(ProxyAgent): support socks5 protocol #49305

idranme opened this issue Aug 24, 2023 · 1 comment

Comments

@idranme
Copy link

idranme commented Aug 24, 2023

What is the problem this feature will solve?

Using the socks5 proxy.

What is the feature you are proposing to solve the problem?

import { ProxyAgent } from 'undici'
const client = new ProxyAgent('socks5://127.0.0.1:7890/')

What alternatives have you considered?

No response

@idranme idranme added the feature request Issues that request new features to be added to Node.js. label Aug 24, 2023
@idranme
Copy link
Author

idranme commented Aug 24, 2023

Move to nodejs/undici#2224

@idranme idranme closed this as completed Aug 24, 2023
@avivkeller avivkeller removed the feature request Issues that request new features to be added to Node.js. label Jun 27, 2024
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