r2d2 icon indicating copy to clipboard operation
r2d2 copied to clipboard

Using behind proxychains

Open Corfucinas opened this issue 3 years ago • 1 comments

Hi, I'm creating a DbPoolConnection by using

let manager = ConnectionManager::<PgConnection>::new(self.database_url());
r2d2::Pool::builder().build(manager).expect("Failed to create pool.")

This however fails after a couple of seconds if the script is started with proxychains cargo run --release. Is there's a way to use the pool behind proxychains?

Corfucinas avatar Aug 29 '22 12:08 Corfucinas

I am not familiar with proxychains.

sfackler avatar Aug 29 '22 12:08 sfackler