Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1000 Bytes

README_EN.md

File metadata and controls

27 lines (21 loc) · 1000 Bytes

DiscordProxyStart

Experimental project to quickly start a Discord process with a proxy.

This project uses the proxy method provided by https://github.com/aiqinxuancai/discord-proxy, simplifying operations without the need to copy the version.dll or modify shortcuts, reducing potential issues.

Getting Started

After downloading the release, extract everything to any directory, modify the Config.ini file in the directory to add your local proxy address, and then run the DiscordProxyStart.exe file to start Discord with proxy support.

Example Config.ini configuration:

[Config]
Proxy=http://127.0.0.1:1080

Proxy Format Examples

http://127.0.0.1:1080
http://user:password@127.0.0.1:1080
socks://127.0.0.1:1080
socks5://127.0.0.1:1080
socks5://user:password@127.0.0.1:1080
...

Auto Start with Windows

You can press Win+R, type shell:startup, and press enter. Then, hold the Alt key and drag the DiscordProxyStart.exe to this directory to enable startup launch.