crypto-crawler / crypto-crawler-rs

A rock-solid cryptocurrency crawler library.
Apache License 2.0
227 stars 73 forks source link

feat: support socks5 proxy for websocket client #16

Closed GhostLee closed 2 years ago

GhostLee commented 2 years ago

use fast_socks5 crate to wrap the TcpStream so that we can use socks5 proxy, please set env like SOCKS_PROXY=127.0.0.1:10808 before run executable