Skip to content

Instantly share code, notes, and snippets.

@Colk-tech
Last active July 8, 2025 16:09
Show Gist options
  • Save Colk-tech/157fd6c81032dde528d3a22434b8f3e6 to your computer and use it in GitHub Desktop.
Save Colk-tech/157fd6c81032dde528d3a22434b8f3e6 to your computer and use it in GitHub Desktop.
discord-with-proxy
#!/bin/sh
/Applications/Discord.app/Contents/MacOS/Discord --proxy-server=http://po.cc.ibaraki-ct.ac.jp:3128
@hdrover
Copy link

hdrover commented Oct 29, 2024

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.

@Shmookoff
Copy link

Is there any way to pass the username and password for protected proxies?

@runetfreedom
Copy link

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.

@businada
Copy link

Hello, is there a version for macos ?

@J-gif-alt
Copy link

hi fellows, I need some head like right now, dw I'm 18... hehehhehehe

@Ockidokki
Copy link

is there a version for linux

@JkktBkkt
Copy link

JkktBkkt commented Jun 8, 2025

@Ockidokki

is there a version for linux

non-flatpak version seems to respect --proxy-server=x.x.x.x:yy format with the server accepting http/https connections on the port

@alexey-sh
Copy link

works fine with


{
  "chromiumSwitches": {},
  "IS_MAXIMIZED": false,
  "IS_MINIMIZED": false,
  "WINDOW_BOUNDS": {
    "x": 128,
    "y": 59,
    "width": 1280,
    "height": 720
  },
  "SKIP_HOST_UPDATE": true
}

But fails with SKIP_MODULE_UPDATE

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