monero-rpc-rs icon indicating copy to clipboard operation
monero-rpc-rs copied to clipboard

Feat: Add proxy arg to client creation

Open TheCharlatan opened this issue 2 years ago • 3 comments

Allowing the user to specify a proxy, is useful to allow him to connect to a server through tor, analyze the traffic, or go through any number of anonymising services.

TheCharlatan avatar Aug 11 '22 11:08 TheCharlatan

LGTM although clippy is being picky :P

LeoNero avatar Aug 15 '22 17:08 LeoNero

cACK

What about ::new(addr) and ::with_proxy(addr, proxy) to keep compatibility with the current API?

h4sh3d avatar Sep 09 '22 14:09 h4sh3d

cACK

What about ::new(addr) and ::with_proxy(addr, proxy) to keep compatibility with the current API?

Yeah, that makes much more sense! Done.

TheCharlatan avatar Nov 10 '22 12:11 TheCharlatan

Included in #92

h4sh3d avatar Dec 12 '22 19:12 h4sh3d