You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Bun only supports HTTP proxy.
Bun's http module is incompatible with NodeJS solutions such as socks-proxy-agent, but it would be even better to use Bun's http module and have fewer external dependencies.
What is the feature you are proposing to solve the problem?
Request:
add support for SOCKS5 and SOCKS5h (DNS forwarding)
configure proxy via env (http_proxy or https_proxy=socks5h://...)
What is the problem this feature would solve?
Currently Bun only supports HTTP proxy.
Bun's http module is incompatible with NodeJS solutions such as
socks-proxy-agent
, but it would be even better to use Bun's http module and have fewer external dependencies.What is the feature you are proposing to solve the problem?
Request:
Related:
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: