-
-
Save Colk-tech/157fd6c81032dde528d3a22434b8f3e6 to your computer and use it in GitHub Desktop.
#!/bin/sh | |
/Applications/Discord.app/Contents/MacOS/Discord --proxy-server=http://po.cc.ibaraki-ct.ac.jp:3128 |
For the Mac version of Discord, I extracted the
/Applications/Discord.app/Contents/Resources/app.asar
file and found in the code that the Mac update useselectron.autoUpdater
, which means the proxy settings do not take effect. My solution is to bypass the autoUpdater. Here are the steps:
- Edit the file
/Users/admin/Library/Application\ Support/discord/settings.json
and add the following two configurations:"SKIP_HOST_UPDATE": true, "SKIP_MODULE_UPDATE": true
- Run Discord with proxy parameters using the command:
/Applications/Discord.app/Contents/MacOS/Discord --proxy-server=127.0.0.1:7890 --ignore-certificate-errors
Thanks, he works on my macos
Hello
I use Linux ( Linux 6.5.0-kali3-amd64 ) Gnome version 44.1
How can i use discord using proxy ( with my credentials provided by college )
Another solution for Windows: https://github.com/hdrover/discord-drover
A DLL for forcing Discord to use a specified proxy (HTTP/SOCKS5) for TCP connections. Bypasses local restrictions on voice chats.
Run the program and fill in the proxy settings, then click Install to automatically place the necessary files in the correct folder.
Is there any way to pass the username and password for protected proxies?
Good solution for Windows is https://github.com/runetfreedom/discord-voice-proxy
You can redirect all Discord traffic to a socks5 proxy (including webrtc).
Password auth is also supported.
Hello, is there a version for macos ?
hi fellows, I need some head like right now, dw I'm 18... hehehhehehe
For the Mac version of Discord, I extracted the
/Applications/Discord.app/Contents/Resources/app.asar
file and found in the code that the Mac update useselectron.autoUpdater
, which means the proxy settings do not take effect. My solution is to bypass the autoUpdater. Here are the steps:Edit the file
/Users/admin/Library/Application\ Support/discord/settings.json
and add the following two configurations:Run Discord with proxy parameters using the command: