Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Proxy Support #958

Open
ghbjklhv opened this issue Jun 10, 2019 · 4 comments
Open

Add Proxy Support #958

ghbjklhv opened this issue Jun 10, 2019 · 4 comments
Labels
area/go-ipfs Issues related to go-ipfs daemon (config, orchestration, features) kind/enhancement A net-new feature or improvement to an existing feature P3 Low: Not priority right now status/blocked Unable to be worked further until needs are met

Comments

@ghbjklhv
Copy link

ghbjklhv commented Jun 10, 2019

Feature: Add Proxy Support
Why?: Adding proxy support may enable users to route connections through another server to provide better anonymity. Plus, it would enable users to utilize IPFS with TOR.


Want to support this issue? Post a bounty on it! We accept bounties via BountySource.

Bountysource

@hacdias hacdias changed the title [Feature] Add Proxy Support Add Proxy Support Jul 24, 2019
@hacdias hacdias added the kind/enhancement A net-new feature or improvement to an existing feature label Jul 24, 2019
@lidel lidel added area/go-ipfs Issues related to go-ipfs daemon (config, orchestration, features) P3 Low: Not priority right now status/blocked Unable to be worked further until needs are met labels Oct 12, 2020
@lidel
Copy link
Member

lidel commented Oct 12, 2020

Blocked: support for proxying p2p connections need to land in go-ipfs first, then we can add UI in Desktop app.

@cyqsimon
Copy link

I'm probably completely wrong here, but I think the curl environment variables are respected (at least for some types of connections). Try setting http_proxy, https_proxy, and/or ALL_PROXY.

@SgtPooki
Copy link
Member

@lidel any update on this one from the Kubo/Boxo/Libp2p side?

@lidel
Copy link
Member

lidel commented Oct 14, 2023

libp2p and Kubo support limited relays (https://github.com/ipfs/kubo/blob/master/docs/config.md#swarmrelayclient) but there is no such thing like "libp2p over (http? socks?) proxy".

even if ot existed, TOR socks proxy will not magically give privacy / anonymity to IPFS Desktop. libp2p in Kubo will leak IPs and PeerID, and local cache can be used for fingerprinting and tracking even with TOR.

Doing it safely requires deeper rearchitecture of networking and content management.

if someone wants to use ipfs over Tor, they should access trustless gateway over http over tor. ipfs desktop is not the tool for the job.

I think this should be closed unless more details about use case are provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/go-ipfs Issues related to go-ipfs daemon (config, orchestration, features) kind/enhancement A net-new feature or improvement to an existing feature P3 Low: Not priority right now status/blocked Unable to be worked further until needs are met
Projects
No open projects
Status: Needs Grooming
Development

No branches or pull requests

5 participants