node.js - How can I send UDP packets through a SOCKS5 proxy in NodeJS? -


is there way send udp packets through socks5 proxy in nodejs?

similarly, possible bind udp socket specific localaddress?

the socks5 protocol supports udp connections, libraries socks5 support tcp since udp isn't used on web (except dns). protocol isn't complicated, shouldn't hard rewrite existing library (maybe this one?) suit needs.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -