Skip to content

Using behind proxychains #134

@Corfucinas

Description

@Corfucinas

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions