百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
D

discord-voice-proxy

> 编程语言
开源

将 Discord 语音聊天流量路由到 SOCKS5 代理的解决方案

362 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

将 Discord 语音聊天流量路由到 SOCKS5 代理的解决方案

English | Русский

What is This

This is a DLL for automatically loading force-proxy into the Discord process, along with an automatic installer.

This DLL handles Discord updates properly, so it works on a "set it and forget it" basis.

Why

Discord voice chats do not support proxy connections, which forces users to route all computer traffic through a VPN or tunnel, which is highly inconvenient.

How It Works

It using DLL Hijacking of the system library DWrite.dll.

This approach allows us to execute code inside the Discord.exe process, parse the configuration, and load force-proxy.dll, which intercepts Discord's network traffic and directs it through a SOCKS5 proxy.

Installation

There are two installation methods:

Automatic Installation

For convenience, there is a ready-to-use installer. When launching it, you only need to enter the IP and port for your proxy, but the installer can automatically detect these settings if you are running one of the following clients:

  1. v2rayN
  2. NekoRay / NekoBox
  3. Invisible Man - XRay (proxy mode must be set to SOCKS)

Note: You should have .NET 8 installed. If you don't have it installed, try downloading and installing it from here.

Want to uninstall? Just run the installer again, and it will offer to remove the installed files.

Manual Installation

Prefer manual installation? No problem.

  1. First, download DWrite.dll and force-proxy.dll from the release page.
  2. Open %LocalAppData%\Discord in File Explorer.
  3. Find the app folder with the latest version and place both DLL files there.
  4. Create a file named proxy.txt and enter the following:
SOCKS5_PROXY_ADDRESS=YOUR_PROXY_IP
SOCKS5_PROXY_PORT=YOUR_PROXY_PORT

Optionally, you can pass SOCKS5 credentials using:

SOCKS5_PROXY_LOGIN=login
SOCKS5_PROXY_PASSWORD=password

Don’t forget to restart Discord. Done!

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C++

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言