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

[Feature] setting a proxy support #1396

Open
huozhong-in opened this issue Sep 14, 2022 · 7 comments
Open

[Feature] setting a proxy support #1396

huozhong-in opened this issue Sep 14, 2022 · 7 comments

Comments

@huozhong-in
Copy link

setting proxy required.
Discord will check for new versions when it starts up. If you are behind a firewall, this will usually fail and affect normal usage. Please let betterdiscord support setting a proxy server for discord.

Describe the feature you'd like
http / https /socks5 protocol

fail history
/Applications/Discord.app/Contents/MacOS/Discord --proxy-server=http://127.0.0.1:7890
is invalid.

env http_proxy="http://127.0.0.1:7890" https_proxy="http://127.0.0.1:7890" "/Applications/Discord.app/Contents/MacOS/Discord" --proxy-server="http://127.0.0.1:7890"
is invalid too.

@acbetter
Copy link

+1

@rauenzi
Copy link
Member

rauenzi commented Sep 27, 2022

In the future, please prefer to add a 👍to the issue rather than a comment saying +1

@UBFI
Copy link

UBFI commented Oct 8, 2022

You could start it with Proxy-Chains to achieve this function as well.

@onyxcode
Copy link

Any plans to implement this?

@rauenzi
Copy link
Member

rauenzi commented Aug 29, 2023

I'm still unsure whether to add this, it feels a bit out of scope for BD. I'm also unsure that we can reliably do this as we are only called after Discord has started.

@Strencher do you know if this is even possible with our current injection?

@moeshin
Copy link

moeshin commented Oct 15, 2023

https://github.com/aiqinxuancai/discord-proxy

only inject http proxy on windows

@rauenzi
Copy link
Member

rauenzi commented Feb 22, 2024

For future self, this (in theory) can be added with electron commandline if we happen to run early enough. This will need some testing.

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

No branches or pull requests

6 participants