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

Steam downloads refuse to operate via proxy #467

Open
JupiterSky11 opened this issue Aug 8, 2022 · 2 comments
Open

Steam downloads refuse to operate via proxy #467

JupiterSky11 opened this issue Aug 8, 2022 · 2 comments

Comments

@JupiterSky11
Copy link

I've started steam by running proxychains steam, yet the content downloading system in steam isn't getting threaded through my proxy server. I've found the process via nethogs that is downloading stuff, but I'm not sure how to interrupt that connection via proxychains. Is that something I can do, and how might I do it?

@rofl0r
Copy link
Owner

rofl0r commented Aug 8, 2022

steam uses a mix of 64 and 32 bit binaries, but on linux preloading works via a single enviironment var LD_PRELOAD, and so far no solution is known to inject 32bit proxychains into 32bit process and 64 bit into 64bit process.
possibly when the steam installer is launched on a pure 32bit system (e.g. debian i386), then steam will download only 32 bit versions of binaries to make it work with proxychains too. but someone would need to try it out.

@JupiterSky11
Copy link
Author

I see, thanks for the help. I'm going to try some other solutions like installing steam in a sandboxed environment that I run via proxychains, but we'll see how that goes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants