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

proxy setup #29

Closed
miocho opened this issue Feb 17, 2019 · 5 comments · Fixed by #626
Closed

proxy setup #29

miocho opened this issue Feb 17, 2019 · 5 comments · Fixed by #626

Comments

@miocho
Copy link
Contributor

miocho commented Feb 17, 2019

please enable configuring a SOCKS proxy so nheko's connections can be proxied through Tor using a local Tor daemon.

@Houkime
Copy link

Houkime commented May 20, 2019

One extra requirement is that this setting should be available right from start (register/login screen) or via config file/CLI.

@Houkime
Copy link

Houkime commented May 20, 2019

Unfortunately right now nheko can't be successfully torified even with torsocks which is a shame (seems like torsocks can't resolve addresses used in nheko for some reason)

@Houkime
Copy link

Houkime commented May 21, 2019

I've managed to have a settings button at the start (although sacrificed malfunctioning Olm in show handler) at my fork here
https://github.com/Houkime/nheko/tree/settings-at-start
But proxying stuff is not there to set. Need to do a research on how to do it ok and also if there is a client that already does it for matrix (and maybe i don't even need to bother with nheko). (Riot doesn't)

@selankon
Copy link

Hi,

Riot is torificable using the Electron feature --proxy-server:

./riot-web --proxy-server=socks5://127.0.0.1:9150

Font: element-hq/element-web#8390 (comment)

@Glandos
Copy link
Contributor

Glandos commented Feb 9, 2021

I also tried proxychains4 or environment variable (https_proxy) without success. This blocks the usage of Nheko within my corporate environment.

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

Successfully merging a pull request may close this issue.

4 participants