## This would solve... Using the socks5 proxy. ## The implementation should look like... ```js import { ProxyAgent } from 'undici' const client = new ProxyAgent('socks5://127.0.0.1:7890/') ``` ## I have also considered... <!-- A clear and concise description of any alternative solutions or features you have considered. --> ## Additional context <!-- Add any other context, screenshots or ideas about the feature request here. -->