crypto-crawler / crypto-crawler-rs

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

is proxy can be supported? #14

Closed Praying closed 2 years ago

Praying commented 2 years ago

Some area can't access the exchange directly, they need proxy for websocket ,so,can you provide a interface or api used for setting proxy?

soulmachine commented 2 years ago

Blocked by https://github.com/snapview/tungstenite-rs/issues/177 , I'll implement proxy once after the tungstenite library supports it

soulmachine commented 2 years ago

@Praying For now you can use a transparent proxy such as SSH TCP tunneling, or setup a proxy on your router

GhostLee commented 2 years ago

18 supported

soulmachine commented 2 years ago

@Praying https://github.com/crypto-crawler/crypto-crawler-rs/pull/18 has landed in the new version, try it out!

Praying commented 2 years ago

thanks so much, I do it the same way